aboutsummaryrefslogtreecommitdiff
path: root/keyboards/hineybush/hbcp/keymaps/default/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/hineybush/hbcp/keymaps/default/keymap.c')
-rw-r--r--keyboards/hineybush/hbcp/keymaps/default/keymap.c8
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 b8ab480ba..9bc9ec8e8 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) {
74 } 74 }
75 return true; 75 return true;
76} 76}
77
78void matrix_init_user(void) {
79
80}
81
82void matrix_scan_user(void) {
83
84}