satoshinm / pill_duck

Scriptable USB HID device for STM32F103 blue pill (inspired by USB Rubber Ducky) ⛺
GNU General Public License v3.0
63 stars 17 forks source link

Add other HID devices: gamepad/joystick #6

Open satoshinm opened 6 years ago

satoshinm commented 6 years ago

http://eleccelerator.com/tutorial-about-usb-hid-report-descriptors/ demonstrates a composite USB device composed of a mouse, keyboard, and gamepad. Consider adding such a gamepad/joystick device to the composite HID. Useful to test/automate games? Keep in mind the report size, and button/axes compatibility.