Browse Source

[Keyboard] fix LED issue BOCC keyboard (#13175)

Co-authored-by: Michael Wamsley <wamsl@Michaels-MacBook-Pro.local>
Michael 5 years ago
parent
commit
35ee990bd0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      keyboards/dztech/bocc/config.h

+ 1 - 1
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