Closed kiram9 closed 1 year ago
The only periodic irq's that come to mind in this rather barebones QMK configuration are the SOF USB interrupts which are enabled by default (and needed). Is the USB bus suspended in sleep mode?
@kiram9 you might want to try out this PR https://github.com/qmk/qmk_firmware/pull/21656 which gets rid of the SOF interrupts that I suspect to wake the keyboard more often than necessary. There have also been multiple PRs to the RP2040 USB driver in ChibiOS-Contrib which should be picked up.
Thank you for your contribution!
This pull request has been automatically marked as stale because it has not had activity in the last 45 days. It will be closed in 30 days if no further activity occurs. Please feel free to give a status update now, or re-open when it's ready.
For maintainers: Please label with bug
, awaiting review
, breaking_change
, in progress
, or on hold
to prevent the issue from being re-flagged.
Thank you for your contribution! This pull request has been automatically closed because it has not had activity in the last 30 days. Please feel free to give a status update now, ping for review, or re-open when it's ready. // [stale-action-closed]
Reduce power consumption based on sleep# control. However power consumption is still not great.
Description
Types of Changes
Issues Fixed or Closed by This PR
Checklist