This commit is contained in:
zvecr 2025-06-28 03:19:56 +01:00
parent 105df3631b
commit 9aa86146d0
2 changed files with 26 additions and 2 deletions

View File

@ -23,7 +23,19 @@
},
"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"

View File

@ -32,7 +32,19 @@
},
"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"