From e570332a1c0df235d878ade99a074c94a83545a1 Mon Sep 17 00:00:00 2001 From: Michael Wamsley Date: Thu, 10 Jun 2021 14:23:37 -0700 Subject: [PATCH] BOCC Keyboard - Keyboard is starting to ship. There is an error in the config that incorrectly list 16 LEDs rather than the 20 it has. --- 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 e0effdd7b837..95362b01fc3a 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