diff options
| author | Pascal Getreuer | 2025-05-12 01:30:19 +0200 |
|---|---|---|
| committer | GitHub | 2025-05-12 01:30:19 +0200 |
| commit | f4171412a676ae3cbd1cd50e859a7deb1a554e15 (patch) | |
| tree | 57d1acc2b9f9651b8d82299a3288cbe51b0199cb /modules/qmk/flow_rgb_matrix_effect/qmk_module.json | |
| parent | 7f42a5bc03a3f80d65314c69adb0b1176cf13167 (diff) | |
Enable community modules to define LED matrix and RGB matrix effects. (#25187)
Co-authored-by: Joel Challis <git@zvecr.com>
Diffstat (limited to 'modules/qmk/flow_rgb_matrix_effect/qmk_module.json')
| -rw-r--r-- | modules/qmk/flow_rgb_matrix_effect/qmk_module.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/qmk/flow_rgb_matrix_effect/qmk_module.json b/modules/qmk/flow_rgb_matrix_effect/qmk_module.json new file mode 100644 index 0000000000..3e42fe1ef4 --- /dev/null +++ b/modules/qmk/flow_rgb_matrix_effect/qmk_module.json @@ -0,0 +1,8 @@ +{ + "module_name": "Flow RGB matrix effect", + "maintainer": "QMK Maintainers", + "license": "Apache-2.0", + "features": { + "rgb_matrix": true + } +} |