Created
March 18, 2017 21:15
-
-
Save Ryochan7/2e368fed6483989cba396d7aa8ca599e to your computer and use it in GitHub Desktop.
Sample antimicro Wiimote Motion Plus profile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<gamecontroller configversion="19" appversion="2.20.2"> | |
<!--The SDL name for a joystick is included for informational purposes only.--> | |
<sdlname>WiimoteGlue Virtual Gamepad</sdlname> | |
<!--The GUID for a joystick is included for informational purposes only.--> | |
<guid>03000000010000000100000001000000</guid> | |
<names/> | |
<sets> | |
<set index="1"> | |
<stick index="1"> | |
<deadZone>14000</deadZone> | |
<stickbutton index="3"> | |
<slots> | |
<slot> | |
<code>0x44</code> | |
<mode>keyboard</mode> | |
</slot> | |
</slots> | |
</stickbutton> | |
<stickbutton index="5"> | |
<slots> | |
<slot> | |
<code>0x53</code> | |
<mode>keyboard</mode> | |
</slot> | |
</slots> | |
</stickbutton> | |
<stickbutton index="7"> | |
<slots> | |
<slot> | |
<code>0x41</code> | |
<mode>keyboard</mode> | |
</slot> | |
</slots> | |
</stickbutton> | |
<stickbutton index="1"> | |
<slots> | |
<slot> | |
<code>0x57</code> | |
<mode>keyboard</mode> | |
</slot> | |
</slots> | |
</stickbutton> | |
</stick> | |
<stick index="2"> | |
<deadZone>30236</deadZone> | |
<maxZone>32737</maxZone> | |
<stickDelay>10</stickDelay> | |
<stickbutton index="3"> | |
<slots> | |
<slot> | |
<code>0x1000021</code> | |
<mode>keyboard</mode> | |
</slot> | |
</slots> | |
</stickbutton> | |
<stickbutton index="7"> | |
<slots> | |
<slot> | |
<code>0x52</code> | |
<mode>keyboard</mode> | |
</slot> | |
</slots> | |
</stickbutton> | |
<stickbutton index="1"> | |
<slots> | |
<slot> | |
<code>0x1000020</code> | |
<mode>keyboard</mode> | |
</slot> | |
</slots> | |
</stickbutton> | |
</stick> | |
<dpad index="1"> | |
<dpadbutton index="4"> | |
<slots> | |
<slot> | |
<code>0x45</code> | |
<mode>keyboard</mode> | |
</slot> | |
</slots> | |
</dpadbutton> | |
<dpadbutton index="8"> | |
<slots> | |
<slot> | |
<code>0x43</code> | |
<mode>keyboard</mode> | |
</slot> | |
</slots> | |
</dpadbutton> | |
<dpadbutton index="2"> | |
<slots> | |
<slot> | |
<code>0x46</code> | |
<mode>keyboard</mode> | |
</slot> | |
</slots> | |
</dpadbutton> | |
</dpad> | |
<trigger index="1"> | |
<deadZone>6000</deadZone> | |
</trigger> | |
<trigger index="2"> | |
<deadZone>6000</deadZone> | |
</trigger> | |
<button index="1"> | |
<slots> | |
<slot> | |
<code>1</code> | |
<mode>mousebutton</mode> | |
</slot> | |
</slots> | |
</button> | |
<button index="2"> | |
<slots> | |
<slot> | |
<code>3</code> | |
<mode>mousebutton</mode> | |
</slot> | |
</slots> | |
</button> | |
<button index="5"> | |
<wheelspeedy>6</wheelspeedy> | |
<slots> | |
<slot> | |
<code>4</code> | |
<mode>mousebutton</mode> | |
</slot> | |
</slots> | |
</button> | |
<button index="6"> | |
<slots> | |
<slot> | |
<code>0x1000000</code> | |
<mode>keyboard</mode> | |
</slot> | |
</slots> | |
</button> | |
<button index="7"> | |
<wheelspeedy>6</wheelspeedy> | |
<slots> | |
<slot> | |
<code>5</code> | |
<mode>mousebutton</mode> | |
</slot> | |
</slots> | |
</button> | |
<button index="11"> | |
<slots> | |
<slot> | |
<code>0x20</code> | |
<mode>keyboard</mode> | |
</slot> | |
</slots> | |
</button> | |
</set> | |
</sets> | |
</gamecontroller> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment