#26429·qmk_firmware

[Bug] PC not waking up from sleep

Author: HattDroidCreated Aug 30, 2026Updated Aug 30, 2026
Labelsbughelp wanted

Describe the Bug

Hello,

My qmk board (split based on 2 RP2040) doesn't wake up both of my computers from sleep when pressing it's buttons or using its internal trackpoint.

This happens on both Windows 11 and Linux (latest 7.2 kernel).

I have checked the following bugs but none seemed to work:

I also verified that my QMK chibios-contrib lib has this code that's supposed to fix it:

I also tried to add a KC_WAKE key, but to no avail. KC_SLEP works though.

Both computers can be woke with other non QMK boards or mice.

Keyboard Used

Custom board, split with 2 RP2040 controllers

Link to product page (if applicable)

No response

Operating System

Windows / Linux

qmk doctor Output

qmk doctor
Ψ QMK Doctor is checking your environment.
Ψ Python version: 3.12.6
Ψ CLI version: 1.2.0
Ψ QMK home: /home/*********/qmk_firmware
Ψ Detected Linux (Linux Mint 22.3).
Ψ Userspace enabled: False
Ψ Git branch: master
Ψ Repo version: 0.33.13
Ψ - Latest master: 2026-08-18 01:11:26 +0200 (3f26a9232a) -- Add Revolt (rev2) keyboard (#26180)
Ψ - Latest upstream/master: 2026-08-18 01:11:26 +0200 (3f26a9232a) -- Add Revolt (rev2) keyboard (#26180)
Ψ - Latest upstream/develop: None
Ψ - Common ancestor with upstream/master: 2026-08-18 01:11:26 +0200 (3f26a9232a) -- Add Revolt (rev2) keyboard (#26180)
Ψ - Common ancestor with upstream/develop: None
Ψ CLI installed in virtualenv.
Ψ All dependencies are installed.
Ψ Found arm-none-eabi-gcc version 13.2.1
Ψ Successfully compiled using arm-none-eabi-gcc
Ψ Successfully tested arm-none-eabi-binutils using arm-none-eabi-size
Ψ Found avr-gcc version 7.3.0
Ψ Successfully compiled using avr-gcc
Ψ Successfully tested avr-binutils using avr-size
Ψ Found avrdude version 7.1
Ψ Found dfu-programmer version 0.6.1
Ψ Found dfu-util version 0.11
Ψ Found diff version 3.10
Ψ Found dos2unix version 7.5.1
Ψ Found git version 2.43.0
Ψ Found gmake version 4.3
Ψ Submodules are up to date.
Ψ Submodule status:
Ψ - lib/chibios: 2026-04-04 07:15:17 +0000 --  (6170ddf92d)
Ψ - lib/chibios-contrib: 2026-02-16 12:09:51 +0100 --  (5a9ad82b)
Ψ - lib/googletest: 2025-02-07 11:04:56 -0500 --  (6910c9d9)
Ψ - lib/lufa: 2022-08-26 12:09:55 +1000 --  (549b97320)
Ψ - lib/vusb: 2022-06-13 09:18:17 +1000 --  (819dbc1)
Ψ - lib/printf: 2022-06-29 23:59:58 +0300 --  (c2e3b4e)
Ψ - lib/pico-sdk: 2025-04-20 21:24:29 +1000 --  (d0c5cac)
Ψ - lib/lvgl: 2022-04-11 04:44:53 -0600 --  (e19410f8)

Is AutoHotKey / Karabiner installed

  • AutoHotKey (Windows)
  • Karabiner (macOS)

Other keyboard-related software installed

No response

Additional Context

No response