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

This commit is contained in:
László Monda
2018-05-16 17:37:30 +02:00
parent 01e92e57f4
commit 27b02c32b5

View File

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