Custom matrix lite support for split keyboards (#14674)
* Custom matrix lite support for split keyboards * WIP: matrix -> matrix_common refactor * Move matrix_post_scan() to matrix_common.c
This commit is contained in:
parent
4519af69a9
commit
ac31863021
3 changed files with 72 additions and 39 deletions
|
@ -73,6 +73,7 @@ void matrix_init_user(void);
|
|||
void matrix_scan_user(void);
|
||||
|
||||
#ifdef SPLIT_KEYBOARD
|
||||
bool matrix_post_scan(void);
|
||||
void matrix_slave_scan_kb(void);
|
||||
void matrix_slave_scan_user(void);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue