Adding keyboard level weak function for slave matrix scan (#12317)

This commit is contained in:
XScorpion2 2021-03-25 06:33:18 -05:00 committed by GitHub
parent 2f6236d1ea
commit ff41c22fdc
Failed to generate hash of commit
2 changed files with 7 additions and 1 deletions

View file

@ -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