Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add OUYA wireless controller auto-config from github ticket #600
  • Loading branch information
richard42 committed Sep 12, 2015
1 parent b648645 commit 67b4aa7
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions data/InputAutoCfg.ini
Expand Up @@ -922,6 +922,29 @@ Rumblepak switch =
X Axis = axis(0-,0+)
Y Axis = axis(1-,1+)

[OUYA Game Controller]
plugged = True
plugin = 2
mouse = False
Mempak switch =
Rumblepak switch =
DPad U = button(8)
DPad D = button(9)
DPad L = button(10)
DPad R = button(11)
Start = button(7)
Z Trig = button(12)
A Button = button(0)
B Button = button(1)
C Button U = axis(4-)
C Button D = axis(4+)
C Button L = axis(3-)
C Button R = axis(3+)
L Trig = button(4)
R Trig = button(5)
X Axis = axis(0-,0+)
Y Axis = axis(1-,1+)

[PC Game Controller]
plugged = True
plugin = 2
Expand Down

0 comments on commit 67b4aa7

Please sign in to comment.