Skip to content

Commit

Permalink
Fix leader processing
Browse files Browse the repository at this point in the history
  • Loading branch information
grota authored and drashna committed Dec 29, 2018
1 parent e2f60eb commit bb1b441
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions quantum/process_keycode/process_leader.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,7 @@ bool process_leader(uint16_t keycode, keyrecord_t *record) {
} else {
if (keycode == KC_LEAD) {
qk_leader_start();
return false;
}
break;
}
}
return true;
Expand Down

0 comments on commit bb1b441

Please sign in to comment.