From 4549dcd21fcc7c3d0dad685df7221599dcb6edb1 Mon Sep 17 00:00:00 2001 From: Danny Date: Wed, 13 Sep 2017 17:53:10 -0400 Subject: Add support for MF68 replacement PCB for Magicforce 68 (#1698) * Port TMK code for MF68 * Change KEYMAP to KC_KEYMAP and add macro --- keyboards/mf68/mf68.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 keyboards/mf68/mf68.c (limited to 'keyboards/mf68/mf68.c') diff --git a/keyboards/mf68/mf68.c b/keyboards/mf68/mf68.c new file mode 100644 index 0000000000..1da522e7e1 --- /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(); +} -- cgit v1.2.3