diff options
Diffstat (limited to 'keyboards/planck/keymaps/neo2planck/keymap.c')
-rw-r--r-- | keyboards/planck/keymaps/neo2planck/keymap.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/planck/keymaps/neo2planck/keymap.c b/keyboards/planck/keymaps/neo2planck/keymap.c index 1ecc80059..a8c4f9306 100644 --- a/keyboards/planck/keymaps/neo2planck/keymap.c +++ b/keyboards/planck/keymaps/neo2planck/keymap.c | |||
@@ -97,10 +97,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
97 | }, | 97 | }, |
98 | }; | 98 | }; |
99 | 99 | ||
100 | const uint16_t PROGMEM fn_actions[] = { | ||
101 | |||
102 | }; | ||
103 | |||
104 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | 100 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) |
105 | { | 101 | { |
106 | // MACRODOWN only works in this function | 102 | // MACRODOWN only works in this function |