1
0
Fork 0

Keyboards/handwired magicforce61 (#1454)

* adding the magicforce61 under handwired

* I meant 14 cols
This commit is contained in:
Kyle Terry 2017-07-03 11:47:48 -07:00 committed by skullydazed
parent 827dc6c715
commit 062b3547ed
7 changed files with 369 additions and 0 deletions

View file

@ -0,0 +1,8 @@
#include "magicforce61.h"
void matrix_init_kb(void) {
// put your keyboard start-up code here
// runs once when the firmware starts up
matrix_init_user();
}