Reduce BUTTON_MULTI_CLICK_DELAY to 250ms

This commit is contained in:
Edward Firmo
2024-12-22 01:46:28 +01:00
parent c65acc3298
commit fbc5cb79cc
3 changed files with 2 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ substitutions:
BUTTON_CLICK_MIN_LENGTH: '50' # The minimum duration the click should last, in msec
BUTTON_CLICK_MAX_LENGTH: '350' # The maximum duration the click should last, in msec
BUTTON_MULTI_CLICK_DELAY: '500' # The time to wait for another click, in msec
BUTTON_MULTI_CLICK_DELAY: '250' # The time to wait for another click, in msec
BUTTON_PRESS_TIMEOUT: '10000' # Ignore if button is pressed for longer than this time, in msec
BUTTON_LONG_PRESS_DELAY: '800' # The time to wait to consider a long press, in msec