Here is my vektar.cfg, which I find a little more useful and user friendly.
L and R are used for slow turning, or combined with the joystick for max speed turning. A and X are just copies of B and Y for more comfortable thumb placement for various people. And full throttle thrust is on the stick button.
L and R are used for slow turning, or combined with the joystick for max speed turning. A and X are just copies of B and Y for more comfortable thumb placement for various people. And full throttle thrust is on the stick button.
Code:
JoyLDL=Left(65) ; the three lefts are a moderately fast left turn
JoyL=Left(65)
JoyLUL=Left(65)
JoyUL=Left(33) ; up left is partial thrust, partial slower turn
JoyUL=Thrust(50)
JoyUUL=Thrust(75); the three ups are pure moderately high thrust
JoyU=Thrust(75)
JoyUUR=Thrust(75)
JoyUR=Right(33) ; up right is partial thrust partial slower turn
JoyUR=Thrust(50)
JoyRUR=Right(65) ; the three rights are a moderately fast right turn
JoyR=Right(65)
JoyRDR=Right(65)
JoyDR=Right(33) ; down right is partial brake, partial slower turn
JoyDR=Brake(50)
JoyDDR=Brake(75) ; the three downs are moderately strong brake
JoyD=Brake(75)
JoyDDL=Brake(75)
JoyDL=Left(33) ; down left is partial brake, partial slower turn
JoyDL=Brake(50)
A=Fire
B=Fire
X=Shield ; shield on X
Y=Shield ; shield on Y
Stick=Thrust(99) ; full throttle on stick
L=Left(34) ; slow turn on L
R=Right(34) ; slow turn on R