qmk_firmware icon indicating copy to clipboard operation
qmk_firmware copied to clipboard

[Bug] Framework 16 RGB keyboard backlight after sleep does not work

Open Doridian opened this issue 1 year ago • 1 comments

Describe the Bug

On the current build of the firmware (0.2.9), with my Framework RGB keyboard, the backlight does not re-enable successfully after sleep.

The issue can be "fixed" by removing these lines: https://github.com/FrameworkComputer/qmk_firmware/blob/fl16-v0.2.8-prep/keyboards/framework/matrix.c#L275-L279

I assume there is some re-init code missing after waking the controller back up or something?

Further, I assume the code calling led_suspend and led_wakeup should be moved into the if (prev_asleep != asleep) as well in order to only run those when the state changed.

Keyboard Used

Framework 16 ANSI RGB

Doridian avatar Oct 29 '24 01:10 Doridian

This happens on mine as well. Re-seating the keyboard fixes it, but it is annoying to do so every time.

flemesre avatar Feb 03 '25 00:02 flemesre