diff options
Diffstat (limited to 'keyboards/hotdox/keymaps/default/keymap.c')
-rw-r--r-- | keyboards/hotdox/keymaps/default/keymap.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/hotdox/keymaps/default/keymap.c b/keyboards/hotdox/keymaps/default/keymap.c index daba6c300..3d6f040f3 100644 --- a/keyboards/hotdox/keymaps/default/keymap.c +++ b/keyboards/hotdox/keymaps/default/keymap.c | |||
@@ -160,12 +160,6 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) { | |||
160 | return true; | 160 | return true; |
161 | } | 161 | } |
162 | 162 | ||
163 | // Runs just one time when the keyboard initializes. | ||
164 | void matrix_init_user(void) { | ||
165 | |||
166 | }; | ||
167 | |||
168 | |||
169 | // Runs constantly in the background, in a loop. | 163 | // Runs constantly in the background, in a loop. |
170 | void matrix_scan_user(void) { | 164 | void matrix_scan_user(void) { |
171 | 165 | ||