mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 10:39:09 +00:00
Fix leader processing
This commit is contained in:
parent
e2f60eba2f
commit
bb1b441325
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue