diff options
Diffstat (limited to 'keyboards/kc60/keymaps/wigguno/keymap.c')
-rw-r--r-- | keyboards/kc60/keymaps/wigguno/keymap.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/kc60/keymaps/wigguno/keymap.c b/keyboards/kc60/keymaps/wigguno/keymap.c index a4a946f0d..aa730c22f 100644 --- a/keyboards/kc60/keymaps/wigguno/keymap.c +++ b/keyboards/kc60/keymaps/wigguno/keymap.c | |||
@@ -51,10 +51,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
51 | ), | 51 | ), |
52 | }; | 52 | }; |
53 | 53 | ||
54 | const uint16_t PROGMEM fn_actions[] = { | ||
55 | |||
56 | }; | ||
57 | |||
58 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | 54 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) |
59 | { | 55 | { |
60 | // MACRODOWN only works in this function | 56 | // MACRODOWN only works in this function |