diff options
Diffstat (limited to 'keyboards/atreus62/keymaps/default/keymap.c')
-rw-r--r-- | keyboards/atreus62/keymaps/default/keymap.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/atreus62/keymaps/default/keymap.c b/keyboards/atreus62/keymaps/default/keymap.c index 89ff7012e..e39f5ad12 100644 --- a/keyboards/atreus62/keymaps/default/keymap.c +++ b/keyboards/atreus62/keymaps/default/keymap.c | |||
@@ -47,12 +47,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
47 | */ | 47 | */ |
48 | }; | 48 | }; |
49 | 49 | ||
50 | |||
51 | |||
52 | const uint16_t PROGMEM fn_actions[] = { | ||
53 | |||
54 | }; | ||
55 | |||
56 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) { | 50 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) { |
57 | // MACRODOWN only works in this function | 51 | // MACRODOWN only works in this function |
58 | switch (id) { | 52 | switch (id) { |