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.1k stars 409 forks source link

multiple arduino, same name, axis's not unique #224

Closed eddo888 closed 2 years ago

eddo888 commented 2 years ago

Hi, how can I change the name for the second Arduino Leonardo device to make the axis unique ? I have two leonardo devices and want to have them both as joystick profiles, however they appear on my mac as the same name, and x-plane thinks they are the same joystick and the axis on one effects the axis on the other. I tried setting the HID ID, but I gather that only works if you run two profiles on the one Arduino, want to run two Arduino with different joystick configs.

eddo888 commented 2 years ago

i see this answered elseware