diff options
Diffstat (limited to 'keyboards/hineybush/hbcp/keymaps/default/keymap.c')
-rw-r--r-- | keyboards/hineybush/hbcp/keymaps/default/keymap.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/hineybush/hbcp/keymaps/default/keymap.c b/keyboards/hineybush/hbcp/keymaps/default/keymap.c index b8ab480ba3..9bc9ec8e81 100644 --- a/keyboards/hineybush/hbcp/keymaps/default/keymap.c +++ b/keyboards/hineybush/hbcp/keymaps/default/keymap.c @@ -74,11 +74,3 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) { } return true; } - -void matrix_init_user(void) { - -} - -void matrix_scan_user(void) { - -} |