Skip to content

Instantly share code, notes, and snippets.

View Subserial's full-sized avatar
🥝

Jared Subserial

🥝
View GitHub Profile
@spacemeowx2
spacemeowx2 / USB HID Report Descriptor.txt
Created March 24, 2018 17:42
Switch Pro HID Report Descriptor
0x05, 0x01, // Usage Page (Generic Desktop Ctrls)
0x15, 0x00, // Logical Minimum (0)
0x09, 0x04, // Usage (Joystick)
0xA1, 0x01, // Collection (Application)
0x85, 0x30, // Report ID (48)
0x05, 0x01, // Usage Page (Generic Desktop Ctrls)
0x05, 0x09, // Usage Page (Button)
0x19, 0x01, // Usage Minimum (0x01)
0x29, 0x0A, // Usage Maximum (0x0A)
0x15, 0x00, // Logical Minimum (0)