From f4171412a676ae3cbd1cd50e859a7deb1a554e15 Mon Sep 17 00:00:00 2001 From: Pascal Getreuer Date: Sun, 11 May 2025 16:30:19 -0700 Subject: Enable community modules to define LED matrix and RGB matrix effects. (#25187) Co-authored-by: Joel Challis --- modules/qmk/flow_rgb_matrix_effect/qmk_module.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 modules/qmk/flow_rgb_matrix_effect/qmk_module.json (limited to 'modules/qmk/flow_rgb_matrix_effect/qmk_module.json') 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 + } +} -- cgit v1.2.3