Per-half pixel-lookup for split keyboards #5

Closed
opened 2026-06-26 00:46:06 +08:00 by afiqzudinhadi · 1 comment
afiqzudinhadi commented 2026-06-26 00:46:06 +08:00 (Migrated from github.com)

Both halves share the same pixel-lookup from the keymap. Left half maps correctly but right half's LED chain maps to left-half key positions (e.g. chain 6 → key 36 instead of key 39).

Works visually on symmetric layers (same color for left/right alphas) but shows wrong colors on asymmetric layers like HUB where left = BT/RGB controls and right = nav/symbols.

Needed: Per-half pixel-lookup — either via preprocessor conditional in keymap, separate overlay files, or automatic mirroring in the underglow-layer code based on split role.

Both halves share the same `pixel-lookup` from the keymap. Left half maps correctly but right half's LED chain maps to left-half key positions (e.g. chain 6 → key 36 instead of key 39). Works visually on symmetric layers (same color for left/right alphas) but shows wrong colors on asymmetric layers like HUB where left = BT/RGB controls and right = nav/symbols. **Needed:** Per-half pixel-lookup — either via preprocessor conditional in keymap, separate overlay files, or automatic mirroring in the underglow-layer code based on split role.
afiqzudinhadi commented 2026-07-01 23:14:50 +08:00 (Migrated from github.com)

Moved to afiqzudinhadi/zmk-rgb-effects#3 — module concern

Moved to afiqzudinhadi/zmk-rgb-effects#3 — module concern
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: afiqzudinhadi/zmk#5
No description provided.