zmk/app/dts
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
..
behaviors underglow-layer: add battery indicators 2026-06-24 18:57:47 +08:00
bindings refactor: modular RGB effect registration API 2026-07-01 14:29:24 +08:00
common chore: fix typos in various places 2024-05-13 16:47:33 -04:00
input feat(pointing): Add pre-defined scroll scaler and mouse scroll tests (#2759) 2025-02-04 10:27:14 -07:00
layouts feat(studio): Add ortho_4x10 grid layout (#2651) 2024-12-09 12:53:54 -05:00
behaviors.dtsi underglow-layer: add battery indicators 2026-06-24 18:57:47 +08:00
physical_layouts.dtsi feat: Add keyboard physical layout system. 2024-07-03 16:52:05 -06:00