mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2026-03-19 10:22:44 +01:00
increase DEBOUNCE to avoid unexpected repeat keys
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#define MATRIX_KEYS 64 // 8*8
|
||||
|
||||
#ifndef DEBOUNCE
|
||||
# define DEBOUNCE 5
|
||||
# define DEBOUNCE 16
|
||||
#endif
|
||||
|
||||
void init_rows();
|
||||
|
||||
Reference in New Issue
Block a user