summaryrefslogtreecommitdiff
path: root/keyboards/mf68_ble/mf68.c
diff options
context:
space:
mode:
authorHarshit Goel2017-12-03 10:34:22 +0530
committerJack Humbert2017-12-03 00:04:22 -0500
commit7730dc3e5c0ded70b2825af5de61c3660ebe29d2 (patch)
treeaf9e4cde7f8442d4f19af82a52e19ea6c9e22871 /keyboards/mf68_ble/mf68.c
parent0740e84d63fd51c892556f1746496802e26f9b99 (diff)
Magicforce68 now in bluetooth flavour (#2051)
* Added working code for mf68_ble * update read.md * update read.md * update read.md * update readme * Update README.md * Update README.md * added reddit post * Update README.md * Update README.md
Diffstat (limited to 'keyboards/mf68_ble/mf68.c')
-rw-r--r--keyboards/mf68_ble/mf68.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/mf68_ble/mf68.c b/keyboards/mf68_ble/mf68.c
new file mode 100644
index 000000000..1da522e7e
--- /dev/null
+++ b/keyboards/mf68_ble/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();
+}