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
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_suspendandled_wakeupshould be moved into theif (prev_asleep != asleep)as well in order to only run those when the state changed.Keyboard Used
Framework 16 ANSI RGB