Browse Source

increase DEBOUNCE to avoid unexpected repeat keys

cuu 3 years ago
parent
commit
c129f9ea43
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Code/devterm_keyboard/keyboard.h

+ 1 - 1
Code/devterm_keyboard/keyboard.h

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