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/splitkb/zima/info.json | |
| 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/splitkb/zima/info.json')
| -rw-r--r-- | keyboards/splitkb/zima/info.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/splitkb/zima/info.json b/keyboards/splitkb/zima/info.json index 6fabc14745..f017905224 100644 --- a/keyboards/splitkb/zima/info.json +++ b/keyboards/splitkb/zima/info.json | |||
| @@ -9,6 +9,8 @@ | |||
| 9 | "device_version": "0.0.1" | 9 | "device_version": "0.0.1" |
| 10 | }, | 10 | }, |
| 11 | "rgblight": { | 11 | "rgblight": { |
| 12 | "saturation_steps": 8, | ||
| 13 | "brightness_steps": 8, | ||
| 12 | "led_count": 5, | 14 | "led_count": 5, |
| 13 | "sleep": true | 15 | "sleep": true |
| 14 | }, | 16 | }, |
