diff options
Diffstat (limited to 'keyboards/hhkb/keymaps/dbroqua/keymap.c')
-rw-r--r-- | keyboards/hhkb/keymaps/dbroqua/keymap.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/hhkb/keymaps/dbroqua/keymap.c b/keyboards/hhkb/keymaps/dbroqua/keymap.c index 666471a03..4da9b1d4a 100644 --- a/keyboards/hhkb/keymaps/dbroqua/keymap.c +++ b/keyboards/hhkb/keymaps/dbroqua/keymap.c | |||
@@ -97,10 +97,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
97 | KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, | 97 | KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, |
98 | DEF, ALT, KC_TRNS, KC_TRNS, KC_TRNS)}; | 98 | DEF, ALT, KC_TRNS, KC_TRNS, KC_TRNS)}; |
99 | 99 | ||
100 | const uint16_t PROGMEM fn_actions[] = { | ||
101 | |||
102 | }; | ||
103 | |||
104 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | 100 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) |
105 | { | 101 | { |
106 | // MACRODOWN only works in this function | 102 | // MACRODOWN only works in this function |