diff options
Diffstat (limited to 'keyboards/mxss/keymaps/default/keymap.c')
-rw-r--r-- | keyboards/mxss/keymaps/default/keymap.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/mxss/keymaps/default/keymap.c b/keyboards/mxss/keymaps/default/keymap.c index 47983c90c..7ac107f37 100644 --- a/keyboards/mxss/keymaps/default/keymap.c +++ b/keyboards/mxss/keymaps/default/keymap.c | |||
@@ -51,11 +51,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
51 | ), | 51 | ), |
52 | }; | 52 | }; |
53 | 53 | ||
54 | |||
55 | const uint16_t PROGMEM fn_actions[] = { | ||
56 | |||
57 | }; | ||
58 | |||
59 | 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) |
60 | { | 55 | { |
61 | // MACRODOWN only works in this function | 56 | // MACRODOWN only works in this function |