summaryrefslogtreecommitdiff
path: root/keyboards/handwired/CMD60/CMD60.c
diff options
context:
space:
mode:
authorToni <jeder@mail1a.de>2016-07-25 12:49:38 +0200
committerToni <jeder@mail1a.de>2016-07-25 12:49:38 +0200
commit5e2e8c89e86fbabb65737789ff0545e3e8ac1610 (patch)
treece13a00ccc10fdc147a0e8caa0c2a1bbabfda357 /keyboards/handwired/CMD60/CMD60.c
parent5631f1436c356fb9e09138f186981dc9b6cb43a2 (diff)
parent8b94e26d7c3b30cc57d710a11e5651d15e8e3b20 (diff)
Merge remote-tracking branch 'origin/master' into iso_split_rshift
whatever
Diffstat (limited to 'keyboards/handwired/CMD60/CMD60.c')
-rw-r--r--keyboards/handwired/CMD60/CMD60.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/handwired/CMD60/CMD60.c b/keyboards/handwired/CMD60/CMD60.c
new file mode 100644
index 0000000000..799848e34e
--- /dev/null
+++ b/keyboards/handwired/CMD60/CMD60.c
@@ -0,0 +1,8 @@
+#include "CMD60.h"
+
+void matrix_init_kb(void) {
+ // put your keyboard start-up code here
+ // runs once when the firmware starts up
+
+ matrix_init_user();
+}