Change KEY_DEBOUNCER_TIMEOUT_MSEC to match keyswitch datasheets

This commit is contained in:
Eric Tang
2018-06-26 18:27:01 -07:00
parent 6d356114a8
commit ff99c2e734

View File

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