Set key debounce timeout from 80ms to 100ms. This should further reduce key chattering.

This commit is contained in:
László Monda
2018-05-29 01:31:14 +02:00
parent 3fc4419f4f
commit c38114648a
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
// Macros:
#define KEY_DEBOUNCER_INTERVAL_MSEC 1
#define KEY_DEBOUNCER_TIMEOUT_MSEC 80
#define KEY_DEBOUNCER_TIMEOUT_MSEC 100
// Functions: