diff options
author | Danny <nooges@users.noreply.github.com> | 2017-09-13 17:53:10 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-09-13 17:53:10 -0400 |
commit | 4549dcd21fcc7c3d0dad685df7221599dcb6edb1 (patch) | |
tree | 595f0eef530f7783f1df3a7902968038668580ea /keyboards/mf68/mf68.c | |
parent | 7da585917b44d51e53482445437fb0bd54209b2a (diff) | |
download | qmk_firmware-4549dcd21fcc7c3d0dad685df7221599dcb6edb1.tar.gz |
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.c | 8 |
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(); +} |