summaryrefslogtreecommitdiff
path: root/keyboards/mf68_ble/mf68_ble.c
diff options
context:
space:
mode:
authorMechMerlin2018-04-07 23:32:14 -0700
committerskullydazed2018-04-07 23:32:14 -0700
commit1f778684276e90609c183045a72c96c3c12d452c (patch)
tree75257bcb0b5f607ef7bcb70dccd6b73d9f7d7d07 /keyboards/mf68_ble/mf68_ble.c
parent958521c3596452eef77e9ad69734ad955120b2b5 (diff)
More Configurator Warning Fixes (#2716)
* mf68_ble did not have the correct .c and .h files * Fix JC65 KEYMAP to LAYOUT * Change KEYMAP to LAYOUT for s60_x * Convert KEYMAP to LAYOUT for lets_split boards * Convert KEYMAP to LAYOUT * more fixes to keymap for iris * convert KEYMAP to LAYOUT for levinson keyboard * change losinggeneration's KEYMAP to LAYOUT * convert KEYMAP to LAYOUT * convert KEYMAP to LAYOUT for nyquist * convert KEYMAP to LAYOUT * convert KEYMAP to LAYOUT for viterbi * convert KEYMAP to LAYOUT * convert KEYMAP and its subsidiries to the LAYOUT standard * convert KEYMAP and its subsidiries to the new LAYOUT standard
Diffstat (limited to 'keyboards/mf68_ble/mf68_ble.c')
-rw-r--r--keyboards/mf68_ble/mf68_ble.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/mf68_ble/mf68_ble.c b/keyboards/mf68_ble/mf68_ble.c
new file mode 100644
index 000000000..95f8592f8
--- /dev/null
+++ b/keyboards/mf68_ble/mf68_ble.c
@@ -0,0 +1,8 @@
+#include "mf68_ble.h"
+
+void matrix_init_kb(void) {
+ // put your keyboard start-up code here
+ // runs once when the firmware starts up
+
+ matrix_init_user();
+}