mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 19:39:27 +00:00
Fix tapping. tap key just after tap timeout.
This commit is contained in:
parent
7e1093b70f
commit
e760953910
@ -772,8 +772,7 @@ static bool process_tapping(keyrecord_t *keyp)
|
||||
debug_event(event); debug("\n");
|
||||
tapping_key = (keyrecord_t){};
|
||||
debug_tapping_key();
|
||||
process_action(keyp);
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
// not tapping satate
|
||||
|
Loading…
Reference in New Issue
Block a user