wip
This commit is contained in:
parent
0d8b4d6fa6
commit
123758c663
226 changed files with 56 additions and 2541 deletions
|
|
@ -16,8 +16,6 @@ void matrix_init_kb(void) {
|
|||
PORTC |= (1<<7);
|
||||
PORTD |= (1<<5 | 1<<4 | 1<<6 | 1<<7);
|
||||
PORTE |= (1<<6);
|
||||
|
||||
matrix_init_user();
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -126,14 +126,10 @@ __attribute__ ((weak)) void matrix_init_user(void) {}
|
|||
__attribute__ ((weak)) void matrix_scan_user(void) {}
|
||||
|
||||
__attribute__ ((weak))
|
||||
void matrix_init_kb(void) {
|
||||
matrix_init_user();
|
||||
}
|
||||
void matrix_init_kb(void) {}
|
||||
|
||||
__attribute__ ((weak))
|
||||
void matrix_scan_kb(void) {
|
||||
matrix_scan_user();
|
||||
}
|
||||
void matrix_scan_kb(void) {}
|
||||
|
||||
inline uint8_t matrix_rows(void) { return MATRIX_ROWS; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue