mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-01-25 06:46:52 +00:00
Merge tag '0.18.16' into firmware22
This commit is contained in:
@@ -126,7 +126,7 @@ static void autoshift_flush_shift(void) {
|
||||
autoshift_flags.holding_shift = false;
|
||||
# ifdef CAPS_WORD_ENABLE
|
||||
if (!is_caps_word_on())
|
||||
# endif
|
||||
# endif // CAPS_WORD_ENABLE
|
||||
{
|
||||
del_weak_mods(MOD_BIT(KC_LSFT));
|
||||
}
|
||||
@@ -331,11 +331,13 @@ void autoshift_disable(void) {
|
||||
|
||||
# ifndef AUTO_SHIFT_NO_SETUP
|
||||
void autoshift_timer_report(void) {
|
||||
# ifdef SEND_STRING_ENABLE
|
||||
char display[8];
|
||||
|
||||
snprintf(display, 8, "\n%d\n", autoshift_timeout);
|
||||
|
||||
send_string((const char *)display);
|
||||
# endif
|
||||
}
|
||||
# endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user