Add support for MF68 replacement PCB for Magicforce 68 (#1698)
* Port TMK code for MF68 * Change KEYMAP to KC_KEYMAP and add macro
This commit is contained in:
parent
7da585917b
commit
4549dcd21f
6 changed files with 364 additions and 0 deletions
8
keyboards/mf68/mf68.c
Normal file
8
keyboards/mf68/mf68.c
Normal file
|
@ -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();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue