aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/CMD60/CMD60.c
diff options
context:
space:
mode:
authorChristopher Browne <cbbrowne@ca.afilias.info>2016-07-25 12:55:46 -0400
committerChristopher Browne <cbbrowne@ca.afilias.info>2016-07-25 12:55:46 -0400
commit17a7570e081a92e9a975ed86f94b9c0bbfc158f4 (patch)
tree51a8dd3596314dec1d87c9f35b3fa9069166960d /keyboards/handwired/CMD60/CMD60.c
parent82f768e6c04c57fa44d6020e3d57a6b3de211ddc (diff)
parentf9aadd17e8fce17fe1e135cf8022e71a35ae5adf (diff)
downloadfirmware-17a7570e081a92e9a975ed86f94b9c0bbfc158f4.tar.gz
firmware-17a7570e081a92e9a975ed86f94b9c0bbfc158f4.tar.bz2
firmware-17a7570e081a92e9a975ed86f94b9c0bbfc158f4.zip
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
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();
+}