forked from mirrors/qmk_userspace
Split - Avoid race condition during matrix_init_quantum (#8235)
* Avoid race condition during matrix_init_quantum * spelling is hard
This commit is contained in:
parent
891d28a379
commit
f6111d49bb
3 changed files with 19 additions and 17 deletions
|
@ -8,4 +8,5 @@
|
|||
extern volatile bool isLeftHand;
|
||||
|
||||
void matrix_master_OLED_init(void);
|
||||
void keyboard_split_setup(void);
|
||||
void split_pre_init(void);
|
||||
void split_post_init(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue