summaryrefslogtreecommitdiffstats
path: root/keyboards/mf68/mf68.c
diff options
context:
space:
mode:
authorDanny <nooges@users.noreply.github.com>2017-09-13 23:53:10 +0200
committerJack Humbert <jack.humb@gmail.com>2017-09-13 23:53:10 +0200
commit4549dcd21fcc7c3d0dad685df7221599dcb6edb1 (patch)
tree595f0eef530f7783f1df3a7902968038668580ea /keyboards/mf68/mf68.c
parent7da585917b44d51e53482445437fb0bd54209b2a (diff)
downloadqmk_firmware-4549dcd21fcc7c3d0dad685df7221599dcb6edb1.tar.gz
qmk_firmware-4549dcd21fcc7c3d0dad685df7221599dcb6edb1.tar.xz
Add support for MF68 replacement PCB for Magicforce 68 (#1698)
* Port TMK code for MF68 * Change KEYMAP to KC_KEYMAP and add macro
Diffstat (limited to 'keyboards/mf68/mf68.c')
-rw-r--r--keyboards/mf68/mf68.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/mf68/mf68.c b/keyboards/mf68/mf68.c
new file mode 100644
index 000000000..1da522e7e
--- /dev/null
+++ b/keyboards/mf68/mf68.c
@@ -0,0 +1,8 @@
+#include "mf68.h"
+
+void matrix_init_kb(void) {
+ // put your keyboard start-up code here
+ // runs once when the firmware starts up
+
+ matrix_init_user();
+}