1
0
Fork 0

Split - Avoid race condition during matrix_init_quantum (#8235)

* Avoid race condition during matrix_init_quantum

* spelling is hard
This commit is contained in:
Joel Challis 2020-02-25 14:10:04 +00:00 committed by GitHub
parent 891d28a379
commit f6111d49bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 19 additions and 17 deletions

View file

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