This commit is contained in:
skullY 2020-02-29 17:21:28 -08:00
parent 0d8b4d6fa6
commit 123758c663
226 changed files with 56 additions and 2541 deletions

View file

@ -34,12 +34,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))
@ -274,4 +272,4 @@ static void select_col(uint8_t col)
PORTB |= 0b00000001;
break;
}
}
}