From 7730dc3e5c0ded70b2825af5de61c3660ebe29d2 Mon Sep 17 00:00:00 2001 From: Harshit Goel Date: Sun, 3 Dec 2017 10:34:22 +0530 Subject: 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 --- keyboards/mf68_ble/mf68.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 keyboards/mf68_ble/mf68.c (limited to 'keyboards/mf68_ble/mf68.c') 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(); +} -- cgit v1.2.3