Keyboard occasionally doesn't wake MacOS computer
Possibly related to #21
Occasionally when the computer has been sleeping for awhile, I try to wake it by pressing a key on the keyboard and it doesn't wake.
Related issue: https://github.com/rp-rs/rp-hal/pull/406
Example usage: https://github.com/ithinuel/wilskeeb/blob/b5ec32751296f7bbcfca0da8c59499bfb91f8770/firmware/src/main.rs#L353-L359
Oh, I probably just need to set this flag:
https://docs.rs/usb-device/0.2.9/usb_device/device/struct.UsbDeviceBuilder.html#method.supports_remote_wakeup
Here's a reference on how to do it properly:
https://github.com/ithinuel/wilskeeb/blob/b5ec32751296f7bbcfca0da8c59499bfb91f8770/firmware/src/main.rs#L353-L359