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