aboutsummaryrefslogtreecommitdiff
path: root/keyboards/handwired/cmd60/cmd60.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/cmd60/cmd60.c')
-rw-r--r--keyboards/handwired/cmd60/cmd60.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/keyboards/handwired/cmd60/cmd60.c b/keyboards/handwired/cmd60/cmd60.c
index 91bbbd453..20c359e5e 100644
--- a/keyboards/handwired/cmd60/cmd60.c
+++ b/keyboards/handwired/cmd60/cmd60.c
@@ -1,8 +1 @@
1#include "cmd60.h" #include "cmd60.h"
2
3void matrix_init_kb(void) {
4 // put your keyboard start-up code here
5 // runs once when the firmware starts up
6
7 matrix_init_user();
8}