You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
andled_wakeup
should 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
The text was updated successfully, but these errors were encountered: