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/sendyyeah | |
| 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/sendyyeah')
| -rw-r--r-- | keyboards/sendyyeah/pix/config.h | 3 | ||||
| -rw-r--r-- | keyboards/sendyyeah/pix/info.json | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/keyboards/sendyyeah/pix/config.h b/keyboards/sendyyeah/pix/config.h index b574747a53..9cef535287 100644 --- a/keyboards/sendyyeah/pix/config.h +++ b/keyboards/sendyyeah/pix/config.h | |||
| @@ -25,9 +25,6 @@ | |||
| 25 | /* Locking resynchronize hack */ | 25 | /* Locking resynchronize hack */ |
| 26 | #define LOCKING_RESYNC_ENABLE | 26 | #define LOCKING_RESYNC_ENABLE |
| 27 | 27 | ||
| 28 | #define RGBLIGHT_HUE_STEP 8 | ||
| 29 | #define RGBLIGHT_SAT_STEP 8 | ||
| 30 | #define RGBLIGHT_VAL_STEP 8 | ||
| 31 | #define RGBLIGHT_EFFECT_BREATHING | 28 | #define RGBLIGHT_EFFECT_BREATHING |
| 32 | #define RGBLIGHT_EFFECT_RAINBOW_MOOD | 29 | #define RGBLIGHT_EFFECT_RAINBOW_MOOD |
| 33 | #define RGBLIGHT_EFFECT_RAINBOW_SWIRL | 30 | #define RGBLIGHT_EFFECT_RAINBOW_SWIRL |
diff --git a/keyboards/sendyyeah/pix/info.json b/keyboards/sendyyeah/pix/info.json index f3e8103dde..fdf28b40d0 100644 --- a/keyboards/sendyyeah/pix/info.json +++ b/keyboards/sendyyeah/pix/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": 15, | 14 | "led_count": 15, |
| 13 | "sleep": true | 15 | "sleep": true |
| 14 | }, | 16 | }, |
