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