qmk_settings: fix variable delays on avr
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user