1
0
Fork 0

Initial commit for handwired numpad

This commit is contained in:
Danny Nguyen 2017-03-09 09:21:25 -05:00
parent 7c7a77d4bf
commit a8f872e728
6 changed files with 292 additions and 0 deletions

View file

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