diff options
Diffstat (limited to 'keyboards/catch22/keymaps/default/keymap.c')
-rw-r--r-- | keyboards/catch22/keymaps/default/keymap.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/catch22/keymaps/default/keymap.c b/keyboards/catch22/keymaps/default/keymap.c index 3216c0270..abe88df23 100644 --- a/keyboards/catch22/keymaps/default/keymap.c +++ b/keyboards/catch22/keymaps/default/keymap.c | |||
@@ -19,8 +19,3 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
19 | _______, _______, _______, _______ \ | 19 | _______, _______, _______, _______ \ |
20 | ), | 20 | ), |
21 | }; | 21 | }; |
22 | |||
23 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) // MACRODOWN only works in this function | ||
24 | { | ||
25 | return MACRO_NONE; | ||
26 | }; | ||