diff --git a/app/main.c b/app/main.c index 5a20bfa..4223046 100644 --- a/app/main.c +++ b/app/main.c @@ -461,7 +461,7 @@ static void MAIN_Key_DIGITS(KEY_Code_t Key, bool bKeyPressed, bool bKeyHeld) return; } - gKeyInputCountdown = (gInputBoxIndex == totalDigits) ? (key_input_timeout_500ms / 16) : (key_input_timeout_500ms / 4); + gKeyInputCountdown = (gInputBoxIndex == totalDigits) ? (key_input_timeout_500ms / 16) : (key_input_timeout_500ms / 3); const char *inputStr = INPUTBOX_GetAscii(); uint8_t inputLength = gInputBoxIndex;