You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,7 @@ Here is full documentation of options for the modules configuration:
70
70
|`minShortPressTime`| Minimum duration to trigger a short press in `ms`. Default is `0`. |
71
71
|`maxShortPressTime`| Maximum duration to trigger a short press in `ms`. Default is `500`. |
72
72
|`minLongPressTime`| Minimum time needed to trigger a long press in `ms`. Default is `3000`. Any press duration between `maxShortPressTime` and `minLongPressTime` does not do anything. |
73
+
|`bounceTimeout`| Duration to ignore bouncing (unintentional doubble press on the button). |
0 commit comments