1
0
Fork 0

Copy CMD60 as starting point and rename files

This commit is contained in:
Danny Nguyen 2017-02-22 16:51:25 -05:00
parent 615bfc4eca
commit 1023a47be6
6 changed files with 364 additions and 0 deletions

View file

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