Defining the XINPUT USB Device Teensyduino is set up to define USB devices through the usb_desc.h file. So we are going to want to add the following code to this file: #elif defined(USB_XINPUT) #define DEVICE_CLASS 0xFF #define DEVICE_SUBCLASS 0xFF #define DEVICE_PROTOCOL 0xFF #define DEVICE_VERSION 0x0114 #define DEVICE_ATTRIBUTES 0xA0 #define DEVICE_POWER 0xFA #define VENDOR_ID 0x045e #define … Continue reading [MSF] FightStick (TeensyLC XINPUT Controller) – 6
↧