Migrate lighting defaults to info.json (#22920)
This commit is contained in:
@@ -33,8 +33,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#define EARLY_INIT_PERFORM_BOOTLOADER_JUMP TRUE
|
||||
|
||||
#define RGBLIGHT_DEFAULT_VAL 0
|
||||
|
||||
#define WS2812_PWM_COMPLEMENTARY_OUTPUT
|
||||
#define WS2812_PWM_DRIVER PWMD1
|
||||
#define WS2812_PWM_CHANNEL 3
|
||||
|
||||
@@ -9,7 +9,10 @@
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"rgblight": {
|
||||
"led_count": 4
|
||||
"led_count": 4,
|
||||
"default": {
|
||||
"val": 0
|
||||
}
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "B15",
|
||||
|
||||
Reference in New Issue
Block a user