Even when the lid is closed or the display is off, a MacBook can briefly wake up for "Find My," network connectivity, and system maintenance tasks. In macOS this is called DarkWake, and it is normal behavior.

However, during this process, the QK Alice Duo may resume its USB connection, turning on its LEDs or sending key input signals that were never actually pressed — causing the MacBook to fully exit sleep (Full Wake). On top of that, I confirmed that the QK Alice Duo triggers frequent DarkWakes, resulting in dozens of DarkWake-induced Full Wakes while the machine is supposedly asleep.

Because of this issue, certain services (Logi Options+, etc.) crash or malfunction, requiring a reboot or a restart of those applications.

As a developer who uses the QK Alice Duo daily, I reproduced this issue myself, analyzed the macOS sleep/wake logs along with the USB and keyboard input handling structure of the QK Alice Duo v1.0.6 master firmware, and developed an improved firmware.

I verified the original UF2 structure and integrity, the scope of modifications, preservation of USB device information, keyboard input handling, and Cortex-M4 emulation. I then flashed it directly onto an actual QK Alice Duo and tested it under both macOS DarkWake conditions and normal usage, confirming that both versions work exactly as intended.

Since DarkWake itself is a normal macOS feature, it is not blocked. Instead, the firmware was developed to suppress only the unnecessary key input and LED activity from the QK Alice Duo during DarkWake.

However, in the case of the LEDs, the host/left/right firmware would also need to be modified, so for now the keyboard LEDs turning on during DarkWake are not separately blocked.