run the _user functions whenever we run the _kb functions
This commit is contained in:
parent
69b2a82be6
commit
2d64301cd9
2 changed files with 7 additions and 3 deletions
|
@ -18,9 +18,9 @@ extern const matrix_row_t matrix_mask[];
|
|||
|
||||
// user-defined overridable functions
|
||||
|
||||
__attribute__((weak)) void matrix_init_kb(void) { matrix_init_user(); }
|
||||
__attribute__((weak)) void matrix_init_kb(void) {}
|
||||
|
||||
__attribute__((weak)) void matrix_scan_kb(void) { matrix_scan_user(); }
|
||||
__attribute__((weak)) void matrix_scan_kb(void) {}
|
||||
|
||||
__attribute__((weak)) void matrix_init_user(void) {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue