Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Doridian opened this issue Oct 29, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@Doridian
Copy link

Doridian commented Oct 29, 2024

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 Doridian added the bug Something isn't working label Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant