forked from mirrors/qmk_userspace
Deprecate KC_LEAD
for QK_LEAD
(#18792)
This commit is contained in:
parent
374d5d7480
commit
b33fc34967
58 changed files with 90 additions and 85 deletions
|
@ -72,7 +72,7 @@ bool process_leader(uint16_t keycode, keyrecord_t *record) {
|
|||
return false;
|
||||
}
|
||||
} else {
|
||||
if (keycode == KC_LEAD) {
|
||||
if (keycode == QK_LEADER) {
|
||||
qk_leader_start();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue