Skip to content

Commit

Permalink
Fix keys being discarded after using the leader key (#17287)
Browse files Browse the repository at this point in the history
  • Loading branch information
torkel104 authored Jul 2, 2022
1 parent 08721b4 commit 8b78fac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quantum/process_keycode/process_leader.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 8b78fac

Please sign in to comment.