Question on GameControlPlus

Greetings! I’m building a custom joystick using an Arduino Micro to be used expressly with GameControlPlus. I’m using the Joystick (v2) library to have the stick show up as an HID device. GCP IS sing it so I’m almost there.

My question is what axis range to use. The function Joystick.SetXAxisRange() defaults to -127,+127. GCP shows the stick movements as -1 to 1. Is there any preferable range I should be using in the Joystick function - or does GCP just ‘figure it out’ no matter what I use.

=a.

For later searchers – I believe that this issue is dealt with in this related thread: