forked from mirrors/qmk_userspace
Adding keyboard level weak function for slave matrix scan (#12317)
This commit is contained in:
parent
2f6236d1ea
commit
ff41c22fdc
2 changed files with 7 additions and 1 deletions
|
@ -74,6 +74,11 @@ void matrix_scan_kb(void);
|
|||
void matrix_init_user(void);
|
||||
void matrix_scan_user(void);
|
||||
|
||||
#ifdef SPLIT_KEYBOARD
|
||||
void matrix_slave_scan_kb(void);
|
||||
void matrix_slave_scan_user(void);
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue