Per-half pixel-lookup for split keyboards #5
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: afiqzudinhadi/zmk#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Both halves share the same
pixel-lookupfrom 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.
Moved to afiqzudinhadi/zmk-rgb-effects#3 — module concern