increase DEBOUNCE to avoid unexpected repeat keys

This commit is contained in:
cuu 2021-06-10 12:27:11 +08:00
parent bf187a9518
commit fd2c7c08da

View File

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