bschwind / key-ripper

Apache License 2.0
235 stars 14 forks source link

WIP - Comment out the LED section of the HID descriptor #59

Closed bschwind closed 3 months ago

bschwind commented 3 months ago

This seems to fix the MacOS Big Sur issue where the keyboard wouldn't work until 20 seconds after being plugged in. It seems like it has something to do with the key LEDs such as caps or scroll lock.

MacOS appears to try setting the values, and maybe is expecting some sort of response. It tries this 5 times, with a 5 second interval, and then gives up and the keyboard starts working normally. Weird 🤷‍♂️

bschwind commented 3 months ago

This helped with investigating but won't be merged.