diff options
Diffstat (limited to 'keyboards/chimera_ergo/keymaps/default/keymap.c')
-rw-r--r-- | keyboards/chimera_ergo/keymaps/default/keymap.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/chimera_ergo/keymaps/default/keymap.c b/keyboards/chimera_ergo/keymaps/default/keymap.c index f24e6194b..1b8387726 100644 --- a/keyboards/chimera_ergo/keymaps/default/keymap.c +++ b/keyboards/chimera_ergo/keymaps/default/keymap.c | |||
@@ -92,11 +92,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
92 | 92 | ||
93 | }; | 93 | }; |
94 | 94 | ||
95 | |||
96 | const uint16_t PROGMEM fn_actions[] = { | ||
97 | |||
98 | }; | ||
99 | |||
100 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | 95 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) |
101 | { | 96 | { |
102 | switch(id) { | 97 | switch(id) { |