Deprecate KC_LEAD for QK_LEAD (#18792)

This commit is contained in:
Ryan 2022-10-22 00:25:54 +11:00 committed by GitHub
parent 374d5d7480
commit b33fc34967
Failed to generate hash of commit
58 changed files with 90 additions and 85 deletions

View file

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