DuroSoft / XJoy

Use Nintendo Switch JoyCons as a virtual Xbox 360 controller in Windows
MIT License
399 stars 57 forks source link

USB Support possible, what to change? #92

Open Vansick1 opened 1 year ago

Vansick1 commented 1 year ago

I have the Joy Con charging grip (https://www.amazon.com/Nintendo-Joy-Charging-Grip-switch/dp/B01N33MFPK/ref=sr_1_7?crid=HSRZ6TZLLP7) and the individual joycons are detected as DirectInput devices on my Windows computer. Is it possible to modify the code to connect to the joy cons over a wired connection?

sam0x17 commented 1 year ago

the USB communication protocol is slightly different so you would have to reverse engineer it a bit and change a bunch of the commands and how the data is sent, but in principle it is quite possible