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.
GNU Lesser General Public License v3.0
2.06k stars 403 forks source link

Sparkfun Pro Micro support #278

Closed Nixon-Joseph closed 1 year ago

Nixon-Joseph commented 1 year ago

Hello!

I would very much like support for the Sparkfun Pro Micro (specifically the 5v, but not sure if that matters)

I'm having trouble getting anything to compile using the library, so I'm assuming I'm missing some support.

Originally getting error trying to include PluggableUSB, didn't seem to exist - so I downloaded the files and included them in my local version of the joystick lib. After that I'm getting the error: :\Users\{{user}}\Documents\Arduino\libraries\Joystick\src/DynamicHID/DynamicHID.h:106:47: error: expected class-name before '{' token