mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2025-12-13 18:58:49 +01:00
increase DEBOUNCE to avoid unexpected repeat keys
This commit is contained in:
parent
bf187a9518
commit
fd2c7c08da
@ -20,7 +20,7 @@
|
|||||||
#define MATRIX_KEYS 64 // 8*8
|
#define MATRIX_KEYS 64 // 8*8
|
||||||
|
|
||||||
#ifndef DEBOUNCE
|
#ifndef DEBOUNCE
|
||||||
# define DEBOUNCE 5
|
# define DEBOUNCE 16
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void init_rows();
|
void init_rows();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user