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.07k stars 403 forks source link

Custom names for the axes #185

Open espenrs opened 3 years ago

espenrs commented 3 years ago

Would be nice to have custom names for the axes. I'm creating a Throttle Quadrant and the axes are called "Throttle", "Propeller" and "Mixture". To have this show up in the "Game controller settings" would make it look so much better.

chowha commented 3 years ago

I don't think it's possible. The Windows game controller settings just reflects what is available from the HID usage tables and only Throttle is listed there. Even then its not complete. For example, I can get get Accelerator and Brake to show, but not Clutch even though it is defined in the HID spec.