core: Add matrix_clear() and default impl.
This commit is contained in:
parent
1a7d1f9f4d
commit
f76a786b93
6 changed files with 105 additions and 5 deletions
|
|
@ -63,7 +63,6 @@ static bool has_ghost_in_row(uint8_t row)
|
|||
#endif
|
||||
|
||||
|
||||
__attribute__ ((weak)) void matrix_setup(void) {}
|
||||
void keyboard_setup(void)
|
||||
{
|
||||
matrix_setup();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue