Browse Source

[Keyboard] fix bella debounce (#12568)

kb-elmo 5 years ago
parent
commit
9a3ba6874c
2 changed files with 2 additions and 2 deletions
  1. 1 1
      keyboards/kbdfans/bella/rgb/config.h
  2. 1 1
      keyboards/kbdfans/bella/rgb_iso/config.h

+ 1 - 1
keyboards/kbdfans/bella/rgb/config.h

@@ -32,7 +32,7 @@
 
 #define DIODE_DIRECTION COL2ROW
 
-#define DEBOUNCE 3
+#define DEBOUNCE 5
 
 /* disable these deprecated features by default */
 #ifdef RGB_MATRIX_ENABLE

+ 1 - 1
keyboards/kbdfans/bella/rgb_iso/config.h

@@ -32,7 +32,7 @@
 
 #define DIODE_DIRECTION COL2ROW
 
-#define DEBOUNCE 3
+#define DEBOUNCE 5
 
 /* disable these deprecated features by default */
 #ifdef RGB_MATRIX_ENABLE