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
|
@ -30,7 +30,6 @@
|
|||
// Backlight configuration
|
||||
#define BACKLIGHT_PWM_DRIVER PWMD3
|
||||
#define BACKLIGHT_PWM_CHANNEL 2
|
||||
#define BACKLIGHT_DEFAULT_LEVEL 6
|
||||
|
||||
// Timeout configuration
|
||||
#define QUANTUM_PAINTER_DISPLAY_TIMEOUT 10000
|
||||
|
|
|
@ -31,7 +31,9 @@
|
|||
"backlight": {
|
||||
"pin": "GP7",
|
||||
"levels": 7,
|
||||
"breathing": false
|
||||
"default": {
|
||||
"brightness": 6
|
||||
}
|
||||
},
|
||||
"rgblight": {
|
||||
"driver": "ws2812",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue