adafruit / Adafruit_CircuitPython_HID

USB Human Interface Device drivers.
MIT License
373 stars 105 forks source link

Documentation and bundled examples may not match CircuitPython 5.x #49

Closed jepler closed 4 years ago

jepler commented 4 years ago
README.rst:    kbd = Keyboard()
README.rst:    kbd = Keyboard()
README.rst:    m = Mouse()
adafruit_hid/keyboard_layout_us.py:            kbd = Keyboard()

These now need usb_hid.descriptors passed to them.

evaherrada commented 4 years ago

This appears to have been fixed in the README already. I just made the fix in keyboard_layout_us.py, and confirmed with grep that was all that was left.