1
0
Fork 0

[Keyboard] fix bella debounce (#12568)

This commit is contained in:
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