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
This commit is contained in:
parent
0740e84d63
commit
7730dc3e5c
6 changed files with 372 additions and 0 deletions
8
keyboards/mf68_ble/mf68.c
Normal file
8
keyboards/mf68_ble/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