Disable RGBlight animations to get undersize

This commit is contained in:
fauxpark 2023-10-15 18:01:32 +11:00
parent f4da234bca
commit e11440e2a7
2 changed files with 1 additions and 3 deletions

View File

@ -19,8 +19,7 @@
"knight": true, "knight": true,
"christmas": true, "christmas": true,
"static_gradient": true, "static_gradient": true,
"alternating": true, "alternating": true
"twinkle": true
} }
}, },
"ws2812": { "ws2812": {

View File

@ -38,7 +38,6 @@
"knight": true, "knight": true,
"christmas": true, "christmas": true,
"static_gradient": true, "static_gradient": true,
"rgb_test": true,
"alternating": true, "alternating": true,
"twinkle": true "twinkle": true
} }