Set key debounce timeout from 30ms to 60ms. This should eliminate key chattering.

This commit is contained in:
László Monda
2018-04-04 00:56:16 +02:00
parent 195f40949f
commit 43646beca8

View File

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