diff options
Diffstat (limited to 'keyboards/handwired/retro_refit/keymaps/default')
-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 598541a05b..a850bd5080 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] = { LCTL, LGUI, LALT, SPC, INS, DEL, LEFT, DOWN, RGHT), }; -const uint16_t PROGMEM fn_actions[] = { - -}; - const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) { // MACRODOWN only works in this function |