[Keyboard] fix bella debounce (#12568)

python_optimizations
kb-elmo 4 years ago committed by GitHub
parent 5f670fbdc4
commit 9a3ba6874c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      keyboards/kbdfans/bella/rgb/config.h
  2. 2
      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

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

Loading…
Cancel
Save