simoninns / SmallyMouse2

Universal USB to quadrature mouse adapter
100 stars 31 forks source link

Add USB joystick support? #4

Open simoninns opened 7 years ago

simoninns commented 7 years ago

It should be possible to add USB joystick support; most retro computers place the axis movement on the same pins as the USB mouse quadrature (X1, X2, Y1 and Y2) and use the mouse button inputs for the fire switches.

Firmware would need to be enhanced to support both mouse and gamepad HID and auto-switch depending on the connected USB device.