diff options
author | kb-elmo <lorwel@mailbox.org> | 2021-04-20 19:21:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-20 10:21:59 -0700 |
commit | 9a3ba6874c5ccd42304e5ea956c86fe54bcf41fa (patch) | |
tree | db681b15cbaf4d84692d8497c6c08b7923adf01f /keyboards/kbdfans/bella/rgb/config.h | |
parent | 5f670fbdc417a3db0163d233b6f3a0d508c0f464 (diff) |
[Keyboard] fix bella debounce (#12568)
Diffstat (limited to 'keyboards/kbdfans/bella/rgb/config.h')
-rw-r--r-- | keyboards/kbdfans/bella/rgb/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/kbdfans/bella/rgb/config.h b/keyboards/kbdfans/bella/rgb/config.h index c4eae659e9..f56049690b 100644 --- a/keyboards/kbdfans/bella/rgb/config.h +++ b/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 |