Initial commit for handwired numpad
This commit is contained in:
parent
7c7a77d4bf
commit
a8f872e728
6 changed files with 292 additions and 0 deletions
8
keyboards/handwired/numpad20/numpad20.c
Normal file
8
keyboards/handwired/numpad20/numpad20.c
Normal 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();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue