diff options
Diffstat (limited to 'keyboards/planck/keymaps/tak3over/keymap.c')
-rw-r--r-- | keyboards/planck/keymaps/tak3over/keymap.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/planck/keymaps/tak3over/keymap.c b/keyboards/planck/keymaps/tak3over/keymap.c index f8fb0fb37..8b26520bf 100644 --- a/keyboards/planck/keymaps/tak3over/keymap.c +++ b/keyboards/planck/keymaps/tak3over/keymap.c | |||
@@ -106,10 +106,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
106 | } | 106 | } |
107 | }; | 107 | }; |
108 | 108 | ||
109 | const uint16_t PROGMEM fn_actions[] = { | ||
110 | |||
111 | }; | ||
112 | |||
113 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | 109 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) |
114 | { | 110 | { |
115 | // MACRODOWN only works in this function | 111 | // MACRODOWN only works in this function |