Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add auto-config for Logitech F710 gamepad by me
  • Loading branch information
richard42 committed Jun 7, 2015
1 parent 10f6927 commit b7cd607
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions data/InputAutoCfg.ini
Expand Up @@ -529,6 +529,31 @@ Rumblepak switch = button(7)
X Axis = axis(0-,0+)
Y Axis = axis(1-,1+)

[Logitech Gamepad F710]
plugged = True
plugin = 2
mouse = False
AnalogDeadzone = 4096,4096
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(7)
Z Trig = axis(2+)
B Button = button(0)
A Button = button(1)
C Button R = axis(3+)
C Button L = axis(3-)
C Button D = axis(4+)
C Button U = axis(4-)
R Trig = button(5)
L Trig = button(4)
Mempak switch = button(6)
Rumblepak switch = axis(5+)
X Axis = axis(0-,0+)
Y Axis = axis(1-,1+)

[Logitech Logitech(R) Precision(TM) Gamepad]
[Gravis GamePad Pro USB]
plugged = True
Expand Down

0 comments on commit b7cd607

Please sign in to comment.