Skip to content

Commit 8d64c75

Browse files
committed
Updated README with bounceTimeout config
1 parent 4d64451 commit 8d64c75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ Here is full documentation of options for the modules configuration:
7070
| `minShortPressTime` | Minimum duration to trigger a short press in `ms`. Default is `0`. |
7171
| `maxShortPressTime` | Maximum duration to trigger a short press in `ms`. Default is `500`. |
7272
| `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). |
7374

7475
### Button Configuration
7576

0 commit comments

Comments
 (0)