Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add auto-config for Xiaomi Bluetooth Controller from Peter Goelst on …
…google group mailing list
  • Loading branch information
richard42 committed Jun 6, 2015
1 parent d0d385d commit 10f6927
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions data/InputAutoCfg.ini
Expand Up @@ -1628,3 +1628,30 @@ Mempak switch = key(44)
Rumblepak switch = key(46)
X Axis = key(276,275)
Y Axis = key(273,274)

; Xiaomi Bluetooth Controller
[小米蓝牙手柄]
plugged = True
plugin = 2
mouse = False
AnalogDeadzone = 0,0
AnalogPeak = 32768,32768
DPad R = axis(8+)
DPad L = axis(8-)
DPad D = axis(9+)
DPad U = axis(9-)
Start = button(11)
Z Trig = button(6)
B Button = button(3)
A Button = button(0)
C Button R = axis(2+)
C Button L = axis(2-)
C Button D = axis(5+)
C Button U = axis(5-)
R Trig = button(7)
L Trig = button(8)
Mempak switch =
Rumblepak switch =
X Axis = axis(0-,0+)
Y Axis = axis(1-,1+)

0 comments on commit 10f6927

Please sign in to comment.