diff options
Diffstat (limited to 'keyboards/handwired/retro_refit/keymaps/default/keymap.c')
-rw-r--r-- | keyboards/handwired/retro_refit/keymaps/default/keymap.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/handwired/retro_refit/keymaps/default/keymap.c b/keyboards/handwired/retro_refit/keymaps/default/keymap.c index 598541a05..a850bd508 100644 --- a/keyboards/handwired/retro_refit/keymaps/default/keymap.c +++ b/keyboards/handwired/retro_refit/keymaps/default/keymap.c | |||
@@ -11,10 +11,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
11 | LCTL, LGUI, LALT, SPC, INS, DEL, LEFT, DOWN, RGHT), | 11 | LCTL, LGUI, LALT, SPC, INS, DEL, LEFT, DOWN, RGHT), |
12 | }; | 12 | }; |
13 | 13 | ||
14 | const uint16_t PROGMEM fn_actions[] = { | ||
15 | |||
16 | }; | ||
17 | |||
18 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | 14 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) |
19 | { | 15 | { |
20 | // MACRODOWN only works in this function | 16 | // MACRODOWN only works in this function |