This commit is contained in:
skullY 2020-02-29 20:30:30 -08:00
parent b281d88c6f
commit 5ba8a76da5
161 changed files with 56 additions and 1779 deletions

View file

@ -41,12 +41,10 @@ static bool debouncing = false;
__attribute__ ((weak))
void matrix_init_kb(void) {
matrix_init_user();
}
__attribute__ ((weak))
void matrix_scan_kb(void) {
matrix_scan_user();
}
__attribute__ ((weak))

View file

@ -25,6 +25,4 @@ void matrix_init_kb(void) {
DDRD |= (1<<3);
PORTD &= ~(1<<3);
matrix_init_user();
};
};