Enable community modules to define LED matrix and RGB matrix effects. (#25187)

Co-authored-by: Joel Challis <git@zvecr.com>
This commit is contained in:
Pascal Getreuer
2025-05-11 16:30:19 -07:00
committed by GitHub
parent 7f42a5bc03
commit f4171412a6
19 changed files with 339 additions and 38 deletions

View File

@@ -0,0 +1,8 @@
{
"module_name": "Flow LED matrix effect",
"maintainer": "QMK Maintainers",
"license": "Apache-2.0",
"features": {
"led_matrix": true
}
}