1
0
Fork 0

initial version of handwired/fivethirteen (#462)

This commit is contained in:
Robbie Gill 2016-06-30 06:13:08 -07:00 committed by Jack Humbert
parent fbf697b9ff
commit bfd673fbae
6 changed files with 341 additions and 0 deletions

View file

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