XIAO as USB Joystick

I am trying to setup the XIAO as a USB joystick. Unfortunately Tiny USB only supports Keyboard and Mouse as HID devices. Has anyone been able to get it working as a USB Joystick? Can TinyUSB be used or do I need to find a different USB stack?

Thanks, Adam

I am having same issue and doesn’t seem much support out there. I’m using the usb mouse and keyboard libraries for mbed devices. Still they don’t provide codes for numpad or joystick. Did you ever find a solution?

I have seen this link and there is allot of info, maybe it’s of use?
https://www.pjrc.com/teensy/usb_keyboard.html
HTH
GL :slight_smile: PJ

Interesting. Do you have to also install the teensey boot loader? I’ve used teensey before but not for another board other than teensey. But I do remember they had great examples of what I need.