diff options
Diffstat (limited to 'keyboards/bantam44/keymaps/default/keymap.c')
-rw-r--r-- | keyboards/bantam44/keymaps/default/keymap.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/bantam44/keymaps/default/keymap.c b/keyboards/bantam44/keymaps/default/keymap.c index 0e15bebf8..dff91d6c2 100644 --- a/keyboards/bantam44/keymaps/default/keymap.c +++ b/keyboards/bantam44/keymaps/default/keymap.c | |||
@@ -24,9 +24,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
24 | ) | 24 | ) |
25 | }; | 25 | }; |
26 | 26 | ||
27 | const uint16_t PROGMEM fn_actions[] = { | ||
28 | }; | ||
29 | |||
30 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) // MACRODOWN only works in this function | 27 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) // MACRODOWN only works in this function |
31 | { | 28 | { |
32 | return MACRO_NONE; | 29 | return MACRO_NONE; |