This commit is contained in:
skullY 2020-02-29 10:48:33 -08:00
parent 2d64301cd9
commit 256fabca9e
155 changed files with 80 additions and 2196 deletions

View file

@ -37,12 +37,10 @@ static void select_col(uint8_t col);
__attribute__ ((weak))
void matrix_init_kb(void) {
matrix_init_user();
}
__attribute__ ((weak))
void matrix_scan_kb(void) {
matrix_scan_user();
}
__attribute__ ((weak))