milador
milador
This will be great! I am going to work on mapping options. in next few days so users can map mouse keys and keyboard keys using GUI. So is it...
Hi @xiaoye-cn Thank you and I am glad you are finding the project useful. You probably want to look at a recent project emulating bluetooth keyboard or mouse as bluez...
@sam2332 Sorry for very long delay. I am back to make more changes. I don't have access to NS but can you make the similar code for regular PC gamepad....
Worked for me on pi4. I didn't use checkout however.
I can also repeat compiling again. The only change I made was changing `kernel/drivers/usb/gadget/function` to `drivers/usb/gadget/function` and it worked on Pi4. Raspberry Pi Desktop could be another option as dual...
Here's what I did and works well: ``` sudo git clone --depth=1 --branch rpi-5.10.y https://github.com/raspberrypi/linux cd linux ``` made changes to f_hid.c and then: ``` DEST=${HOME}/RaspberryPi-Joystick/XACGamepad/Drivers TAIL=drivers/usb/gadget/function NUMCPU=4 ``` and...
@gdsports Awesome work. I will add a separate readme for it.
Awesome. I don't have have Nintendo switch to test this but looks great. I try to get someone to test it. Thanks
I tried the same descriptor which I used in a 32bit MCU that worked with XAC and still it doesn't work.
I will get my Pi Picos by next week. I have got it working with ItsyBitsy board which has M0 chip. But having two different MCUs make the design hard...