Fix keys being discarded after using the leader key (#17287)

This commit is contained in:
torkel104 2022-07-02 14:03:40 +02:00 committed by GitHub
parent 08721b4125
commit 8b78fac451
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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