My Promethium keyboard firmware

This commit is contained in:
Priyadi Iman Nurcahyo 2016-11-26 13:11:40 +07:00
parent 746fd15638
commit 8ee389c9b6
14 changed files with 1182 additions and 0 deletions

View file

@ -0,0 +1,6 @@
#include "promethium.h"
void matrix_init_kb(void) {
matrix_init_user();
}