adafruit / Adafruit_CircuitPython_HID

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

handle 16-bit Consumer Control codes #23

Closed dhalbert closed 6 years ago

dhalbert commented 6 years ago

memoryview() was wrong; I meant to use struct.pack_into(). Thanks to @zeevro for noticing this and suggesting a similar fix.

zeevro commented 6 years ago

Works for me :)