Skip to content

Commit

Permalink
Merge pull request #76 from pedrib/patch-3
Browse files Browse the repository at this point in the history
Recognise DS4 controllers in Bluetooth mode
  • Loading branch information
richard42 authored Jan 12, 2019
2 parents b3a083b + c7e31c4 commit cab01d8
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions data/InputAutoCfg.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1315,6 +1315,32 @@ Rumblepak switch =
X Axis = axis(0-,0+)
Y Axis = axis(1-,1+)

; Sony DS4 connected via Bluetooth advertises itself as "Wireless Controller"
[Wireless Controller]
plugged = True
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(9)
; L2, change to 7 for R2
Z Trig = button(6)
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 =
Rumblepak switch =
X Axis = axis(0-,0+)
Y Axis = axis(1-,1+)

[SAITEK P880]
plugged = True
mouse = False
Expand Down

0 comments on commit cab01d8

Please sign in to comment.