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
|
@ -25,9 +25,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
//Thumbwheel
|
||||
#define PIN_TC D2
|
||||
|
||||
//Backlighting
|
||||
#define BACKLIGHT_DEFAULT_LEVEL 5
|
||||
|
||||
//RGB arc
|
||||
#define RGBLIGHT_DEFAULT_VAL 64
|
|
@ -35,7 +35,10 @@
|
|||
"rgblight": {
|
||||
"led_count": 5,
|
||||
"max_brightness": 192,
|
||||
"sleep": true
|
||||
"sleep": true,
|
||||
"default": {
|
||||
"val": 64
|
||||
}
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "D3"
|
||||
|
@ -44,7 +47,10 @@
|
|||
"breathing": true,
|
||||
"levels": 8,
|
||||
"max_brightness": 192,
|
||||
"pin": "B7"
|
||||
"pin": "B7",
|
||||
"default": {
|
||||
"brightness": 5
|
||||
}
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue