Migrate lighting defaults to info.json (#22920)
This commit is contained in:
parent
7d5b4adc50
commit
2f37a7854d
141 changed files with 312 additions and 338 deletions
|
@ -3,12 +3,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
// RGB Light settings
|
||||
#define RGBLIGHT_LAYERS
|
||||
|
||||
#define RGBLIGHT_MAX_LAYERS 4
|
||||
#define RGBLIGHT_DEFAULT_VAL 155
|
||||
|
||||
// Audio Settings
|
||||
#ifdef AUDIO_ENABLE
|
||||
|
||||
|
|
|
@ -30,6 +30,13 @@
|
|||
"animations": {
|
||||
"alternating": true,
|
||||
"breathing": true
|
||||
},
|
||||
"default": {
|
||||
"val": 155
|
||||
},
|
||||
"layers": {
|
||||
"enabled": true,
|
||||
"max": 4
|
||||
}
|
||||
},
|
||||
"matrix_pins": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue