forked from mirrors/qmk_userspace
FIX: clear keyboard_keys.
NOT change layer when one more Fn keys pressed/other than Fn key pressed
This commit is contained in:
parent
54b5bafaac
commit
9d7979931e
2 changed files with 10 additions and 5 deletions
|
@ -58,7 +58,7 @@ void proc_matrix(void) {
|
|||
}
|
||||
|
||||
keyboard_modifier_keys = 0;
|
||||
for (int i = 0; i < 3; i++) keyboard_keys[i] = KB_NO;
|
||||
for (int i = 0; i < 6; i++) keyboard_keys[i] = KB_NO;
|
||||
key_index = 0;
|
||||
mouse_btn = 0;
|
||||
mouse_x = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue