summaryrefslogtreecommitdiffstats
path: root/keyboard/Bantam44/Bantam44.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboard/Bantam44/Bantam44.h')
-rw-r--r--keyboard/Bantam44/Bantam44.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboard/Bantam44/Bantam44.h b/keyboard/Bantam44/Bantam44.h
index 0170b871d..fa5b9df9e 100644
--- a/keyboard/Bantam44/Bantam44.h
+++ b/keyboard/Bantam44/Bantam44.h
@@ -23,7 +23,7 @@
{ K30, K31, K32, KC_NO, K33, KC_NO, K34, KC_NO, K35, K36, K37, K38 }, \
}
-void * matrix_init_user(void);
-void * matrix_scan_user(void);
+void matrix_init_user(void);
+void matrix_scan_user(void);
#endif