TabbycatPie / CustomKeyboard

A small CH551 project
52 stars 10 forks source link

Firmware does not support remote wake #14

Closed nhamer closed 2 years ago

nhamer commented 2 years ago

It would be really nice if this firmware could support USB remote wake signalling

Some implementation notes based on the microchip stack here: https://www.microchip.com/forums/FindPost/929353

TabbycatPie commented 2 years ago

I dont know which version you bought but it is already support by newer firmware. The remote wake signaling is supported by HID protocol, you can see the codes in usb.c there are some arraies for configuring keyboard wake up.

nhamer commented 2 years ago

My apologies, don't know how I missed that. Thanks!