diff options
Diffstat (limited to 'keyboards/hhkb/keymaps/smt/keymap.c')
-rw-r--r-- | keyboards/hhkb/keymaps/smt/keymap.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/hhkb/keymaps/smt/keymap.c b/keyboards/hhkb/keymaps/smt/keymap.c index 428861640..d6cbaac4b 100644 --- a/keyboards/hhkb/keymaps/smt/keymap.c +++ b/keyboards/hhkb/keymaps/smt/keymap.c | |||
@@ -121,10 +121,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
121 | _______, _______, QWERTY, COLEMAK, DVORAK, _______, KC_PPLS, KC_PMNS, KC_END, KC_PGDN, KC_DOWN, _______, _______, | 121 | _______, _______, QWERTY, COLEMAK, DVORAK, _______, KC_PPLS, KC_PMNS, KC_END, KC_PGDN, KC_DOWN, _______, _______, |
122 | _______, _______, _______, _______, _______)}; | 122 | _______, _______, _______, _______, _______)}; |
123 | 123 | ||
124 | const uint16_t PROGMEM fn_actions[] = { | ||
125 | |||
126 | }; | ||
127 | |||
128 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | 124 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) |
129 | { | 125 | { |
130 | // MACRODOWN only works in this function | 126 | // MACRODOWN only works in this function |