Yes, have spent many hours reading both 1.11 and 1.12 version of the HID spec ;)
Oh, nice! Couldn't find it when searching on GitHub... Will move the pull-request there.
Type: Posts; User: gregersrygg
Yes, have spent many hours reading both 1.11 and 1.12 version of the HID spec ;)
Oh, nice! Couldn't find it when searching on GitHub... Will move the pull-request there.
The implementation in Teensy 3 (and previous) only supports 8 hard-coded consumer-keys, so it was not possible to send the key AC_HOME (0x223) or any of the other 660 consumer-keys. I need some of...
Hi,
I noticed the set_media function wasn't implemented for teensy 3. It's only missing a few lines of code to work, so why not add it? Found some old threads about Windows security issues, but it...