Fix keys being discarded after using the leader key (#17287)
This commit is contained in:
parent
08721b4125
commit
8b78fac451
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ bool process_leader(uint16_t keycode, keyrecord_t *record) {
|
|||
} else {
|
||||
leading = false;
|
||||
leader_end();
|
||||
return true;
|
||||
}
|
||||
# ifdef LEADER_PER_KEY_TIMING
|
||||
leader_time = timer_read();
|
||||
|
|
Loading…
Reference in a new issue