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 0a3d41cf78..5cfad55ddd 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) { return true; } -// Runs just one time when the keyboard initializes. -void matrix_init_user(void) { - -}; - - // Runs constantly in the background, in a loop. void matrix_scan_user(void) { |