Move RGBLIGHT_LIMIT_VAL
to data driven (#20974)
Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
parent
8fdcba12e6
commit
363bfdbfda
679 changed files with 649 additions and 493 deletions
|
@ -7,7 +7,6 @@
|
|||
#define RGBLIGHT_LAYERS
|
||||
|
||||
#define RGBLIGHT_MAX_LAYERS 4
|
||||
#define RGBLIGHT_LIMIT_VAL 155
|
||||
#define RGBLIGHT_DEFAULT_VAL 155
|
||||
|
||||
// Audio Settings
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
"hue_steps": 10,
|
||||
"saturation_steps": 17,
|
||||
"brightness_steps": 17,
|
||||
"max_brightness": 155,
|
||||
"animations": {
|
||||
"alternating": true,
|
||||
"breathing": true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue