Migrate eeconfig_init_kb implementations to config (#25422)
This commit is contained in:
@@ -24,12 +24,27 @@
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"backlight": {
|
||||
"default": {
|
||||
"brightness": 5
|
||||
},
|
||||
"pin": "B6",
|
||||
"levels": 7
|
||||
},
|
||||
"rgblight": {
|
||||
"led_count": 12,
|
||||
"split_count": [6, 6]
|
||||
"split_count": [6, 6],
|
||||
"animations": {
|
||||
"breathing": true,
|
||||
"rainbow_mood": true,
|
||||
"rainbow_swirl": true,
|
||||
"snake": true,
|
||||
"knight": true,
|
||||
"christmas": true,
|
||||
"static_gradient": true,
|
||||
"rgb_test": true,
|
||||
"alternating": true,
|
||||
"twinkle": true
|
||||
}
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "D3"
|
||||
|
||||
Reference in New Issue
Block a user