Added configuration to emulate a xpad with a wireless controller
This commit is contained in:
parent
669dfde9e4
commit
6ad75ae72a
1 changed files with 39 additions and 0 deletions
39
examples/xpad-wireless.xboxdrv
Normal file
39
examples/xpad-wireless.xboxdrv
Normal file
|
@ -0,0 +1,39 @@
|
|||
[xboxdrv]
|
||||
name="Xbox 360 Wireless Receiver"
|
||||
ui-clear = true
|
||||
extra-devices=false
|
||||
extra-events=false
|
||||
deadzone=4000
|
||||
|
||||
[ui-buttonmap]
|
||||
A=BTN_A
|
||||
B=BTN_B
|
||||
X=BTN_X
|
||||
Y=BTN_Y
|
||||
|
||||
DU=BTN_0
|
||||
DD=BTN_1
|
||||
DL=BTN_LEFT
|
||||
DR=BTN_RIGHT
|
||||
|
||||
START=BTN_START
|
||||
GUIDE=BTN_MODE
|
||||
BACK=BTN_BACK
|
||||
|
||||
LB=BTN_TL
|
||||
RB=BTN_TR
|
||||
|
||||
TL=BTN_THUMBL
|
||||
TR=BTN_THUMBR
|
||||
|
||||
[ui-axismap]
|
||||
X1=ABS_X
|
||||
Y1=ABS_Y
|
||||
|
||||
X2=ABS_RX
|
||||
Y2=ABS_RY
|
||||
|
||||
LT=ABS_Z
|
||||
RT=ABS_RZ
|
||||
|
||||
# EOF #
|
Loading…
Reference in a new issue