aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/magicforce68/magicforce68.c
diff options
context:
space:
mode:
authorGabriel Young <gabeplaysdrums@live.com>2017-03-18 14:48:27 -0700
committerGabriel Young <gabeplaysdrums@live.com>2017-03-18 14:48:27 -0700
commit70d83afff9c9074eeec3407c591b8683ccd82ef9 (patch)
tree78e6e0a77d479c6ef10db5a566e28f946b667403 /keyboards/handwired/magicforce68/magicforce68.c
parent1d69ccd729013809d04485a297f36851b8b9cb63 (diff)
parentc36a4496eb190c72c492000f38ab4e98a3681fe4 (diff)
downloadfirmware-70d83afff9c9074eeec3407c591b8683ccd82ef9.tar.gz
firmware-70d83afff9c9074eeec3407c591b8683ccd82ef9.tar.bz2
firmware-70d83afff9c9074eeec3407c591b8683ccd82ef9.zip
Merge branch 'qmk/master'
Diffstat (limited to 'keyboards/handwired/magicforce68/magicforce68.c')
-rw-r--r--keyboards/handwired/magicforce68/magicforce68.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/handwired/magicforce68/magicforce68.c b/keyboards/handwired/magicforce68/magicforce68.c
new file mode 100644
index 000000000..84b1007e2
--- /dev/null
+++ b/keyboards/handwired/magicforce68/magicforce68.c
@@ -0,0 +1,8 @@
+#include "magicforce68.h"
+
+void matrix_init_kb(void) {
+ // put your keyboard start-up code here
+ // runs once when the firmware starts up
+
+ matrix_init_user();
+}