zmk/app/include
afiqzudinhadi 8f3c4d3929 refactor: modular RGB effect registration API
Replace hardcoded effect enum/switch-case with STRUCT_SECTION_ITERABLE
registration. Effects register via ZMK_RGB_EFFECT_DEFINE macro.

Core API (rgb_effect.h):
- zmk_rgb_effect_ctx passed to render callbacks
- zmk_rgb_request_refresh() for static effects
- ZMK_RGB_EFFECT_STATIC flag skips animation timer
- on_select/on_deselect lifecycle hooks
- zmk_rgb_hsb_to_rgb/scale helpers now public

Built-in effects (solid/breathe/spectrum/swirl) use same API.
Per-key layer RGB, behaviors, DTS bindings extracted to external
zmk-rgb-effects module.
2026-07-01 14:29:24 +08:00
..
drivers Feature: input processor behavior invocation (#2714) 2024-12-17 20:50:06 -05:00
dt-bindings underglow-layer: use behaviors to control RGBs 2026-06-24 18:57:42 +08:00
linker refactor: modular RGB effect registration API 2026-07-01 14:29:24 +08:00
zmk refactor: modular RGB effect registration API 2026-07-01 14:29:24 +08:00