adafruit / Adafruit_CircuitPython_HID

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

USB HID Button Page (0x9) support... #64

Closed VarmintWorks closed 3 years ago

VarmintWorks commented 3 years ago

Adafruit has many wonderful button options: the trellis, the new pico one, the RGB Cherry MX switch board. While some folks might want to output as a keyboard, I think it would great to encourage more "plug and play" of these devices to support the Button page class. It supports like 250+ buttons!

VarmintWorks commented 3 years ago

Actually, it already does through the Consumer Class!