Migrate eeconfig_init_kb implementations to config (#25422)

This commit is contained in:
Joel Challis
2025-09-12 10:23:16 +01:00
committed by GitHub
parent 319da7bfdb
commit 3320e98ccf
52 changed files with 181 additions and 381 deletions

View File

@@ -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"