summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/magicforce61/magicforce61.c
diff options
context:
space:
mode:
authorKyle Terry <kyle@kyleterry.com>2017-07-03 20:47:48 +0200
committerskullydazed <skullydazed@users.noreply.github.com>2017-07-03 20:47:48 +0200
commit062b3547ed712c3c32114382cffab1e16b1fd642 (patch)
tree4cdcd0f97bcc8cef0a6f8252e4d7320aaec628ae /keyboards/handwired/magicforce61/magicforce61.c
parent827dc6c715f8099562ef8b9d9208afbb51f706b8 (diff)
downloadqmk_firmware-062b3547ed712c3c32114382cffab1e16b1fd642.tar.gz
qmk_firmware-062b3547ed712c3c32114382cffab1e16b1fd642.tar.xz
Keyboards/handwired magicforce61 (#1454)
* adding the magicforce61 under handwired * I meant 14 cols
Diffstat (limited to 'keyboards/handwired/magicforce61/magicforce61.c')
-rw-r--r--keyboards/handwired/magicforce61/magicforce61.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/handwired/magicforce61/magicforce61.c b/keyboards/handwired/magicforce61/magicforce61.c
new file mode 100644
index 000000000..379395366
--- /dev/null
+++ b/keyboards/handwired/magicforce61/magicforce61.c
@@ -0,0 +1,8 @@
+#include "magicforce61.h"
+
+void matrix_init_kb(void) {
+ // put your keyboard start-up code here
+ // runs once when the firmware starts up
+
+ matrix_init_user();
+}