Skip to content
This repository has been archived by the owner on May 16, 2021. It is now read-only.

Commit

Permalink
[buttonmaps] Add missing analog stick directions to linux buttonmaps
Browse files Browse the repository at this point in the history
  • Loading branch information
garbear committed Jun 1, 2016
1 parent 099d406 commit 2db8029
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,16 @@
<feature name="leftbumper" button="6" />
<feature name="leftstick">
<up axis="-1" />
<down axis="+1" />
<right axis="+0" />
<left axis="-0" />
</feature>
<feature name="lefttrigger" button="4" />
<feature name="right" axis="+4" />
<feature name="rightbumper" button="7" />
<feature name="rightstick">
<up axis="-3" />
<down axis="+3" />
<right axis="+2" />
<left button="2" />
</feature>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,19 @@
<feature name="leftbumper" button="4" />
<feature name="leftstick">
<up axis="-1" />
<down axis="+1" />
<right axis="+0" />
<left axis="-0" />
</feature>
<feature name="leftthumb" button="8" />
<feature name="lefttrigger" axis="+5" />
<feature name="right" axis="+6" />
<feature name="rightbumper" button="5" />
<feature name="rightstick">
<up axis="-3" />
<up axis="+3" />
<right axis="+2" />
<left axis="-2" />
</feature>
<feature name="rightthumb" button="9" />
<feature name="righttrigger" axis="+4" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,19 @@
<feature name="leftbumper" button="10" />
<feature name="leftstick">
<up axis="-1" />
<down axis="+1" />
<right axis="+0" />
<left axis="-0" />
</feature>
<feature name="leftthumb" button="1" />
<feature name="lefttrigger" button="8" />
<feature name="right" button="5" />
<feature name="rightbumper" button="11" />
<feature name="rightstick">
<up axis="-3" />
<down axis="+3" />
<right axis="+2" />
<left axis="-2" />
</feature>
<feature name="rightthumb" button="2" />
<feature name="righttrigger" button="9" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,19 @@
<feature name="leftbumper" button="10" />
<feature name="leftstick">
<up axis="-1" />
<down axis="+1" />
<right axis="+0" />
<left axis="-0" />
</feature>
<feature name="leftthumb" button="1" />
<feature name="lefttrigger" button="8" />
<feature name="right" button="5" />
<feature name="rightbumper" button="11" />
<feature name="rightstick">
<up axis="-3" />
<down axis="+3" />
<right axis="+2" />
<left axis="-2" />
</feature>
<feature name="rightthumb" button="2" />
<feature name="righttrigger" button="9" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,19 @@
<feature name="leftbumper" button="10" />
<feature name="leftstick">
<up axis="-1" />
<down axis="+1" />
<right axis="+0" />
<left axis="-0" />
</feature>
<feature name="leftthumb" button="1" />
<feature name="lefttrigger" button="8" />
<feature name="right" button="5" />
<feature name="rightbumper" button="11" />
<feature name="rightstick">
<up axis="-3" />
<down axis="+3" />
<right axis="+2" />
<left axis="-2" />
</feature>
<feature name="rightthumb" button="2" />
<feature name="righttrigger" button="9" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,19 @@
<feature name="leftbumper" button="4" />
<feature name="leftstick">
<up axis="-1" />
<down axis="+1" />
<right axis="+0" />
<left axis="-0" />
</feature>
<feature name="leftthumb" button="9" />
<feature name="lefttrigger" axis="+2" />
<feature name="right" button="12" />
<feature name="rightbumper" button="5" />
<feature name="rightstick">
<up axis="-4" />
<down axis="+4" />
<right axis="+3" />
<left axis="-3" />
</feature>
<feature name="rightthumb" button="10" />
<feature name="righttrigger" axis="+5" />
Expand Down

0 comments on commit 2db8029

Please sign in to comment.