AlanChatham / UnoJoy

UnoJoy! allows you to easily turn an Arduino Uno (or Mega or Leonardo) into a PS3-compatible USB game controller
GNU General Public License v3.0
482 stars 130 forks source link

Arduino/Sparkfun Pro Micro #56

Closed zahirkelloud closed 9 months ago

zahirkelloud commented 1 year ago

Any chance this would work on a Pro Micro since it has an Atmega32u4. If yes, what changes should I make to make it work? And should I also flash in the usbserial firmware? I read somewhere that the pro micro already has serial communication.

Menkaura81 commented 1 year ago

For a Pro Micro you can use Arduino joystick library right out of the box. No need of flashing. Here you have the github project link: https://github.com/MHeironimus/ArduinoJoystickLibrary

AlanChatham commented 9 months ago

Thanks, manteka!