summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/CMD60/CMD60.c
diff options
context:
space:
mode:
authorJonathan Lucas <CommandLineDesign@gmail.com>2016-07-17 05:24:14 +0200
committerGitHub <noreply@github.com>2016-07-17 05:24:14 +0200
commitf13f48a35e1a2b0851bb9967976f39f2e233f838 (patch)
tree5ab0faca35b65a4345931f9b693fb4225ff1aa33 /keyboards/handwired/CMD60/CMD60.c
parent9ecf9073b96799e52a1f1c0d35b57177382902ce (diff)
downloadqmk_firmware-f13f48a35e1a2b0851bb9967976f39f2e233f838.tar.gz
qmk_firmware-f13f48a35e1a2b0851bb9967976f39f2e233f838.tar.xz
Added CMD60 keymap
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 000000000..799848e34
--- /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();
+}