NicoHood / HID

Bring enhanced HID functions to your Arduino!
http://www.nicohood.de
MIT License
2.33k stars 401 forks source link

"fatal error: PluggableUSB.h: No such file or directory" on Seeduino XIAO #382

Open Pomax opened 1 year ago

Pomax commented 1 year ago

Hiya, I'm trying to use a Seeduino XIAO as HID (basically the smallest Arduino-a-like, so it's perfect for DIY usb peripherals) but I'm getting fatal error: PluggableUSB.h: No such file or directory when trying compile my code in the Arduino IDE. Can support for this board be added? And if there's a workaround in the mean time (i.e. manually changing something and testing whether that works) I'd be happy to follow instructions and report back on the results.