25 lines
574 B
INI
25 lines
574 B
INI
|
; RG351V Gamepad - zlswap.ini
|
||
|
[OpenSimHardware OSH PB Controller]
|
||
|
plugged = True
|
||
|
mouse = False
|
||
|
AnalogDeadzone = 0,0
|
||
|
AnalogPeak = 32768,32768
|
||
|
DPad R = hat(0 Right)
|
||
|
DPad L = hat(0 Left)
|
||
|
DPad D = hat(0 Down)
|
||
|
DPad U = hat(0 Up)
|
||
|
Start = button(6)
|
||
|
Z Trig = button(4)
|
||
|
B Button = button(3)
|
||
|
A Button = button(1)
|
||
|
C Button R = button(11)
|
||
|
C Button L = button(2)
|
||
|
C Button D = button(0)
|
||
|
C Button U = button(10)
|
||
|
R Trig = button(5)
|
||
|
L Trig = button(9)
|
||
|
Mempak switch =
|
||
|
Rumblepak switch =
|
||
|
# Analog axis configuration mappings
|
||
|
X Axis = axis(0+,0-)
|
||
|
Y Axis = axis(1+,1-)
|