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:
Harshit Goel 2017-12-03 10:34:22 +05:30 committed by Jack Humbert
parent 0740e84d63
commit 7730dc3e5c
6 changed files with 372 additions and 0 deletions

View 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();
}