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
With firmware built from the latest sn32_master branch, the Keychron C1 (white backlight version) can't wake my computer from a suspended state. The keyboard's backlight and LEDs also don't turn off like they should when the computer is suspended. Neither of these problems happens with precompiled firmware from here, based on an older revision, so it seems to be a regression. I can't bisect it, though, due to problems building working firmware from any git revisions older than a certain point.
System Information
Keyboard: Keychron C1 (White)
Revision (if applicable):
Operating system: Linux Mint
AVR GCC version: 5.4.0
ARM GCC version: 9.2.1
QMK Firmware version: 0.7.101
Any keyboard related software installed? no
Additional Context
The text was updated successfully, but these errors were encountered:
The issue turned out to be some remote wakeup code trying to sleep for 2 milliseconds instead of busywaiting through that time. This ChibiOS-Contrib pull request fixes the bug.
Describe the Bug
With firmware built from the latest sn32_master branch, the Keychron C1 (white backlight version) can't wake my computer from a suspended state.
The keyboard's backlight and LEDs also don't turn off like they should when the computer is suspended.Neither of these problems happens with precompiled firmware from here, based on an older revision, so it seems to be a regression. I can't bisect it, though, due to problems building working firmware from any git revisions older than a certain point.System Information
Additional Context
The text was updated successfully, but these errors were encountered: