adafruit / Adafruit_CircuitPython_HID

USB Human Interface Device drivers.
MIT License
365 stars 106 forks source link

Enable true 16-bit codes to work #22

Closed zeevro closed 6 years ago

zeevro commented 6 years ago

I fixed the code so that codes above 0xFF will work. Only the low byte of the code was used before.

dhalbert commented 6 years ago

Thank you for finding this issue and submitting a fix. I've done it a slightly different way: could you test? See https://github.com/adafruit/Adafruit_CircuitPython_HID/pull/23.

zeevro commented 6 years ago

Will test it tomorrow. Thanks.

zeevro commented 6 years ago

Your fix seems to work. Thanks :)

dhalbert commented 6 years ago

23 substitutes for this. Thanks!