Migrate lighting defaults to info.json (#22920)
This commit is contained in:
@@ -17,5 +17,3 @@
|
||||
#pragma once
|
||||
|
||||
#define LOCKING_SUPPORT_ENABLE
|
||||
|
||||
#define RGBLIGHT_DEFAULT_HUE 130
|
||||
|
||||
@@ -20,7 +20,10 @@
|
||||
]
|
||||
},
|
||||
"rgblight": {
|
||||
"led_count": 4
|
||||
"led_count": 4,
|
||||
"default": {
|
||||
"hue": 130
|
||||
}
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "F0"
|
||||
|
||||
Reference in New Issue
Block a user