forked from mirrors/qmk_userspace
My Promethium keyboard firmware
This commit is contained in:
parent
746fd15638
commit
8ee389c9b6
14 changed files with 1182 additions and 0 deletions
6
keyboards/handwired/promethium/promethium.c
Normal file
6
keyboards/handwired/promethium/promethium.c
Normal file
|
@ -0,0 +1,6 @@
|
|||
#include "promethium.h"
|
||||
|
||||
void matrix_init_kb(void) {
|
||||
|
||||
matrix_init_user();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue