adafruit / Adafruit_CircuitPython_HID

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

Use future annotations to allow import on desktop computers #101

Closed jepler closed 1 year ago

jepler commented 1 year ago

I needed this so that I could use adafruit_hid.keycode.Keycode in some programs to help generate keycode lists on my real computer.

jepler commented 1 year ago

"import usb_hid" -- the whole module is unavailable