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/dztech | |
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/dztech')
-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 e0effdd7b..95362b01f 100644 --- a/keyboards/dztech/bocc/config.h +++ b/keyboards/dztech/bocc/config.h | |||
@@ -51,7 +51,7 @@ | |||
51 | #define RGB_DI_PIN E2 | 51 | #define RGB_DI_PIN E2 |
52 | #ifdef RGB_DI_PIN | 52 | #ifdef RGB_DI_PIN |
53 | # define RGBLIGHT_ANIMATIONS | 53 | # define RGBLIGHT_ANIMATIONS |
54 | # define RGBLED_NUM 16 | 54 | # define RGBLED_NUM 20 |
55 | # define RGBLIGHT_HUE_STEP 8 | 55 | # define RGBLIGHT_HUE_STEP 8 |
56 | # define RGBLIGHT_SAT_STEP 8 | 56 | # define RGBLIGHT_SAT_STEP 8 |
57 | # define RGBLIGHT_VAL_STEP 8 | 57 | # define RGBLIGHT_VAL_STEP 8 |