Brightness/hue/saturation controls don't affect layer indicator colors #1
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#1
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?
Layer indicator colors (effect #4) use fixed hex RGB values from
&ugbehavior bindings. They bypass the HSB brightness system used by effects 0-3.RGB_BRI/RGB_BRD— no effect on layer colorsRGB_HUI/RGB_HUD— no effectRGB_SAI/RGB_SAD— no effectProposed fix: Either scale layer pixel output by
state.color.b / BRT_MAXinapply_rgbmap, or convert&ugbehavior to accept HSB values so all controls work natively.Moved to afiqzudinhadi/zmk-rgb-effects#1 — module concern