[Keyboard] fix bella debounce (#12568)

master
kb-elmo 2021-04-20 19:21:59 +02:00 committed by GitHub
parent 5f670fbdc4
commit 9a3ba6874c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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