From 9a3ba6874c5ccd42304e5ea956c86fe54bcf41fa Mon Sep 17 00:00:00 2001 From: kb-elmo Date: Tue, 20 Apr 2021 19:21:59 +0200 Subject: [PATCH] [Keyboard] fix bella debounce (#12568) --- keyboards/kbdfans/bella/rgb/config.h | 2 +- keyboards/kbdfans/bella/rgb_iso/config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/keyboards/kbdfans/bella/rgb/config.h b/keyboards/kbdfans/bella/rgb/config.h index c4eae659e91177167115c59014bc81b908c8a2b6..f56049690bfc2b43606233dadb0e552cc6836420 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 diff --git a/keyboards/kbdfans/bella/rgb_iso/config.h b/keyboards/kbdfans/bella/rgb_iso/config.h index c37a57a5c7e24127b37544500dcc6f04baf6d275..fc7a9d7c08981891854d3a8487b3668cce9f6589 100644 --- a/keyboards/kbdfans/bella/rgb_iso/config.h +++ b/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