diff options
author | Michael <wamsleymj@users.noreply.github.com> | 2021-07-19 22:25:46 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-19 22:25:46 -0700 |
commit | 35ee990bd0293efbd5746671f1e58cec262a066b (patch) | |
tree | f50d48dfd02a97fca706ea3377f5a28b69d06785 /keyboards | |
parent | 17933a884aba358b250dc75278f1ca4fe2833afd (diff) | |
download | qmk_firmware-35ee990bd0293efbd5746671f1e58cec262a066b.tar.gz qmk_firmware-35ee990bd0293efbd5746671f1e58cec262a066b.zip |
[Keyboard] fix LED issue BOCC keyboard (#13175)
Co-authored-by: Michael Wamsley <wamsl@Michaels-MacBook-Pro.local>
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/dztech/bocc/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/dztech/bocc/config.h b/keyboards/dztech/bocc/config.h index e0effdd7b8..95362b01fc 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 |