summaryrefslogtreecommitdiff
path: root/keyboards/handwired/CMD60/CMD60.c
diff options
context:
space:
mode:
authorJack Humbert2016-07-21 20:59:02 -0400
committerGitHub2016-07-21 20:59:02 -0400
commit26546f995fb28beea6d70044a5f5fe4274e60ec9 (patch)
tree9b88a6a066e3b95a53261a5c0bb884c3b2708806 /keyboards/handwired/CMD60/CMD60.c
parent2bed835a331101c1ad70e97f8ce40bd85f546949 (diff)
parent2877b858d398b64787f679e7826cecce26dbb33f (diff)
Merge pull request #529 from CommandLineDesign/CMD60-newKeymap
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();
+}