diff options
| author | Ryan <fauxpark@gmail.com> | 2023-06-24 17:37:54 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-24 17:37:54 +1000 |
| commit | 4ae9bfd17ab01608e1bf2492c35d79bd2ad5c0fe (patch) | |
| tree | cf48a8728411d2ad4a00422edad87a26288a95ec /keyboards/pixelspace | |
| parent | 6545eb64a0cc1797893c6782e78a3ecc68de729d (diff) | |
Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'keyboards/pixelspace')
| -rw-r--r-- | keyboards/pixelspace/capsule65i/config.h | 3 | ||||
| -rw-r--r-- | keyboards/pixelspace/capsule65i/info.json | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/keyboards/pixelspace/capsule65i/config.h b/keyboards/pixelspace/capsule65i/config.h index 42f560290c..d040080560 100644 --- a/keyboards/pixelspace/capsule65i/config.h +++ b/keyboards/pixelspace/capsule65i/config.h | |||
| @@ -26,6 +26,3 @@ | |||
| 26 | #define RGBLIGHT_EFFECT_RGB_TEST | 26 | #define RGBLIGHT_EFFECT_RGB_TEST |
| 27 | #define RGBLIGHT_EFFECT_ALTERNATING | 27 | #define RGBLIGHT_EFFECT_ALTERNATING |
| 28 | #define RGBLIGHT_EFFECT_TWINKLE | 28 | #define RGBLIGHT_EFFECT_TWINKLE |
| 29 | #define RGBLIGHT_HUE_STEP 8 | ||
| 30 | #define RGBLIGHT_SAT_STEP 8 | ||
| 31 | #define RGBLIGHT_VAL_STEP 8 | ||
diff --git a/keyboards/pixelspace/capsule65i/info.json b/keyboards/pixelspace/capsule65i/info.json index c7fe995e8f..f304318e06 100644 --- a/keyboards/pixelspace/capsule65i/info.json +++ b/keyboards/pixelspace/capsule65i/info.json | |||
| @@ -17,6 +17,8 @@ | |||
| 17 | "caps_lock": "F6" | 17 | "caps_lock": "F6" |
| 18 | }, | 18 | }, |
| 19 | "rgblight": { | 19 | "rgblight": { |
| 20 | "saturation_steps": 8, | ||
| 21 | "brightness_steps": 8, | ||
| 20 | "led_count": 6 | 22 | "led_count": 6 |
| 21 | }, | 23 | }, |
| 22 | "ws2812": { | 24 | "ws2812": { |
