Hello,
This is my first time posting here and I need a bit of help. Does anyone know how to implement that "magic bytes" for PS3 Home button to work. I'm using PS2 joysticks with PS2X library and Arduino Pro Micro as HID on my PC and on my PS3 and everything works fine all buttons are mapped properly but i don't know how to implement those magic bytes. Is there any way to add them to this library GitHub - MHeironimus/ArduinoJoystickLibrary: An Arduino library that adds one or more joysticks to the list of HID devices an Arduino Leonardo or Arduino Micro can support. because that's the library i use for HID devices. I understand general concept of that report_request and how it should be done but I can't find where to insert them or what to do. Any help would be greatly appreciated.