Switch to modular RGB: zmk rgb-modular-v1.1 + zmk-rgb-effects v1.1.1

- ZMK core: rgb-modular-v1.1 branch (modular effect registration API
  with persistent effects, wakeup, fade-delay, idle hooks)
- Per-key layer RGB: zmk-rgb-effects module v1.1.1
- CONFIG_EXPERIMENTAL_RGB_LAYER -> CONFIG_ZMK_RGB_EFFECT_LAYER
This commit is contained in:
afiqzudinhadi 2026-07-01 15:42:39 +08:00
parent da57e65425
commit bd400fd8e2
2 changed files with 8 additions and 5 deletions

View file

@ -15,12 +15,15 @@ manifest:
- name: KeebMaker
url-base: https://github.com/KeebMaker
projects:
# Personal fork of ZMK v0.3.0 + darknao's per-key RGB layer patches.
# Base is v0.3.0 (not main) — see commit history for patch attribution.
# Personal fork of ZMK v0.3.0 + modular RGB effect API.
- name: zmk
remote: afiqzudinhadi-zmk
revision: rgb-layer
revision: rgb-modular-v1.1
import: app/west.yml
# Modular RGB effects module (per-key layer, behaviors, DTS bindings)
- name: zmk-rgb-effects
remote: afiqzudinhadi-zmk
revision: v1.1.1
# dongle_display
- name: zmk-dongle-display
remote: englmaxi