From 9a3ba6874c5ccd42304e5ea956c86fe54bcf41fa Mon Sep 17 00:00:00 2001 From: kb-elmo Date: Tue, 20 Apr 2021 19:21:59 +0200 Subject: [Keyboard] fix bella debounce (#12568) --- keyboards/kbdfans/bella/rgb_iso/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/kbdfans/bella/rgb_iso') diff --git a/keyboards/kbdfans/bella/rgb_iso/config.h b/keyboards/kbdfans/bella/rgb_iso/config.h index c37a57a5c7..fc7a9d7c08 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 -- cgit v1.2.3