wip
This commit is contained in:
parent
b281d88c6f
commit
5ba8a76da5
161 changed files with 56 additions and 1779 deletions
|
|
@ -55,14 +55,10 @@ __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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue