zmk/app/include/linker
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
..
zmk-behavior-local-id-map.ld feat(behaviors): Add local ID system for behaviors 2024-06-28 15:10:32 -06:00
zmk-behaviors.ld refactor(behaviors): Create a list to lookup behaviors 2023-12-04 20:06:54 -06:00
zmk-events.ld refactor: Replace tabs with spaces 2023-04-24 16:07:04 -07:00
zmk-rgb-effects.ld refactor: modular RGB effect registration API 2026-07-01 14:29:24 +08:00
zmk-rpc-event-mappers.ld feat(studio): Initial RPC infrastructure and subsystems. 2024-08-15 11:45:18 -06:00
zmk-rpc-subsystem-handlers.ld feat(studio): Initial RPC infrastructure and subsystems. 2024-08-15 11:45:18 -06:00
zmk-rpc-subsystem-settings-reset.ld feat(keymap): Add binding get/set, layer movement 2024-09-05 12:22:08 -06:00
zmk-rpc-subsystems.ld feat(studio): Initial RPC infrastructure and subsystems. 2024-08-15 11:45:18 -06:00
zmk-rpc-transport.ld feat(studio): Initial RPC infrastructure and subsystems. 2024-08-15 11:45:18 -06:00
zmk-split-transport-central.ld Feature: Full-Duplex Wired Split (#2766) 2025-03-18 02:48:32 -04:00
zmk-split-transport-peripheral.ld Feature: Full-Duplex Wired Split (#2766) 2025-03-18 02:48:32 -04:00