From 35ee990bd0293efbd5746671f1e58cec262a066b Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 19 Jul 2021 22:25:46 -0700 Subject: [PATCH] [Keyboard] fix LED issue BOCC keyboard (#13175) Co-authored-by: Michael Wamsley --- keyboards/dztech/bocc/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/dztech/bocc/config.h b/keyboards/dztech/bocc/config.h index e0effdd7b83..95362b01fc3 100644 --- a/keyboards/dztech/bocc/config.h +++ b/keyboards/dztech/bocc/config.h @@ -51,7 +51,7 @@ #define RGB_DI_PIN E2 #ifdef RGB_DI_PIN # define RGBLIGHT_ANIMATIONS -# define RGBLED_NUM 16 +# define RGBLED_NUM 20 # define RGBLIGHT_HUE_STEP 8 # define RGBLIGHT_SAT_STEP 8 # define RGBLIGHT_VAL_STEP 8