diff options
Diffstat (limited to 'keyboards/planck/keymaps/alexey/keymap.c')
-rw-r--r-- | keyboards/planck/keymaps/alexey/keymap.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/planck/keymaps/alexey/keymap.c b/keyboards/planck/keymaps/alexey/keymap.c index f3ddc8a8a..90bdd2c37 100644 --- a/keyboards/planck/keymaps/alexey/keymap.c +++ b/keyboards/planck/keymaps/alexey/keymap.c | |||
@@ -30,10 +30,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
30 | } | 30 | } |
31 | }; | 31 | }; |
32 | 32 | ||
33 | const uint16_t PROGMEM fn_actions[] = { | ||
34 | |||
35 | }; | ||
36 | |||
37 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | 33 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) |
38 | { | 34 | { |
39 | // MACRODOWN only works in this function | 35 | // MACRODOWN only works in this function |