Brightness controls broken on all effects #4

Open
opened 2026-06-25 23:50:53 +08:00 by afiqzudinhadi · 0 comments
afiqzudinhadi commented 2026-06-25 23:50:53 +08:00 (Migrated from github.com)

RGB_BRI/RGB_BRD don't visually change brightness on any effect (0-4). The change_brt function updates state.color.b and saves state, but the change may not be reflected until RGB is toggled off/on.

Needs investigation — change_brt is unchanged from stock ZMK v0.3.0, so this may be a state persistence or repaint issue introduced by the fork's pixel writing changes.

`RGB_BRI`/`RGB_BRD` don't visually change brightness on any effect (0-4). The `change_brt` function updates `state.color.b` and saves state, but the change may not be reflected until RGB is toggled off/on. Needs investigation — `change_brt` is unchanged from stock ZMK v0.3.0, so this may be a state persistence or repaint issue introduced by the fork's pixel writing changes.
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#4
No description provided.