Set KEY_DEBOUNCER_TIMEOUT_MSEC from 15 to 20 ms.

This commit is contained in:
László Monda
2018-02-17 21:37:02 +01:00
parent 33bbf44199
commit 8666a495d8

View File

@@ -9,7 +9,7 @@
// Macros:
#define KEY_DEBOUNCER_INTERVAL_MSEC 1
#define KEY_DEBOUNCER_TIMEOUT_MSEC 15
#define KEY_DEBOUNCER_TIMEOUT_MSEC 20
// Functions: