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

@ -34,12 +34,10 @@ static matrix_row_t matrix_debouncing[MATRIX_ROWS];
__attribute__ ((weak))
void matrix_init_kb(void) {
matrix_init_user();
}
__attribute__ ((weak))
void matrix_scan_kb(void) {
matrix_scan_user();
}
__attribute__ ((weak))