FIX: clear keyboard_keys.
NOT change layer when one more Fn keys pressed/other than Fn key pressed
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user