Move RGBLIGHT_HUE/SAT/VAL_STEP to data driven (#21292)

Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
Ryan 2023-06-24 17:37:54 +10:00 committed by GitHub
parent 6545eb64a0
commit 4ae9bfd17a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
1279 changed files with 1245 additions and 2182 deletions

View file

@ -4,7 +4,3 @@
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE
#define RGBLIGHT_HUE_STEP 6
#define RGBLIGHT_SAT_STEP 4
#define RGBLIGHT_VAL_STEP 4

View file

@ -9,6 +9,9 @@
"device_version": "0.0.1"
},
"rgblight": {
"hue_steps": 6,
"saturation_steps": 4,
"brightness_steps": 4,
"led_count": 1
},
"ws2812": {

View file

@ -15,6 +15,3 @@
#define RGBLIGHT_EFFECT_RGB_TEST
#define RGBLIGHT_EFFECT_ALTERNATING
#define RGBLIGHT_EFFECT_TWINKLE
#define RGBLIGHT_HUE_STEP 6
#define RGBLIGHT_SAT_STEP 4
#define RGBLIGHT_VAL_STEP 8

View file

@ -9,6 +9,9 @@
"device_version": "0.0.1"
},
"rgblight": {
"hue_steps": 6,
"saturation_steps": 4,
"brightness_steps": 8,
"led_count": 8
},
"ws2812": {