qmk_settings: fix variable delays on avr
This commit is contained in:
parent
e165e8c94a
commit
14c7ba62b0
5 changed files with 18 additions and 9 deletions
|
|
@ -110,7 +110,7 @@ if (QS_auto_shift_repeat && !QS_auto_shift_no_auto_repeat) {
|
|||
}
|
||||
}
|
||||
|
||||
wait_ms(QS_tap_code_delay);
|
||||
qs_wait_ms(QS_tap_code_delay);
|
||||
unregister_code(autoshift_lastkey);
|
||||
del_weak_mods(MOD_BIT(KC_LSFT));
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue