diff options
Diffstat (limited to 'keyboards/atreus/keymaps/default/keymap.c')
-rw-r--r-- | keyboards/atreus/keymaps/default/keymap.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/atreus/keymaps/default/keymap.c b/keyboards/atreus/keymaps/default/keymap.c index 2e991ac6f..d353728a9 100644 --- a/keyboards/atreus/keymaps/default/keymap.c +++ b/keyboards/atreus/keymaps/default/keymap.c | |||
@@ -43,10 +43,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
43 | KC_NO, KC_VOLD, KC_LGUI, KC_LSFT, KC_BSPC, KC_LCTL, KC_LALT, KC_SPC, TO(_QW), KC_PSCR, KC_SLCK, KC_PAUS ) | 43 | KC_NO, KC_VOLD, KC_LGUI, KC_LSFT, KC_BSPC, KC_LCTL, KC_LALT, KC_SPC, TO(_QW), KC_PSCR, KC_SLCK, KC_PAUS ) |
44 | }; | 44 | }; |
45 | 45 | ||
46 | const uint16_t PROGMEM fn_actions[] = { | ||
47 | |||
48 | }; | ||
49 | |||
50 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) { | 46 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) { |
51 | // MACRODOWN only works in this function | 47 | // MACRODOWN only works in this function |
52 | switch(id) { | 48 | switch(id) { |