increase DEBOUNCE to avoid unexpected repeat keys

This commit is contained in:
cuu 2021-06-11 17:10:49 +08:00
parent fd2c7c08da
commit c129f9ea43

View File

@ -20,7 +20,7 @@
#define MATRIX_KEYS 64 // 8*8 #define MATRIX_KEYS 64 // 8*8
#ifndef DEBOUNCE #ifndef DEBOUNCE
# define DEBOUNCE 16 # define DEBOUNCE 32
#endif #endif
void init_rows(); void init_rows();