Skip to content

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

@Doridian

Description

@Doridian

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions