dsremap
dsremap copied to clipboard
Input remapping for the Dual Shock 4
Using an Arduino I'd like to be able send the ps4 custom reports and be able to decide which buttons are pressed and which aren't using my Arduino code while...
Hello, I have a 3.3v Arduino Pro Micro (Leonardo in miniture) I've set up LUFA and I've put your arduiino/dsremap directory into Libraries. I'm trying to compile the contents of...
Hello, unfortunately LUFA only supports older AVR boards. How about something like https://github.com/NicoHood/HID or https://github.com/hathach/tinyusb so that it would be compatible with modern boards?
Hi, I'm trying to get this working on a Arduino NANO IOT 33. Are there any examples that I could use to help me test the library and see whether...