core: Add matrix_clear() and default impl.

This commit is contained in:
tmk 2016-10-05 13:55:56 +09:00
parent 1a7d1f9f4d
commit f76a786b93
6 changed files with 105 additions and 5 deletions

View file

@ -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();