-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjoystick2updown.joystick.amgp
executable file
·34 lines (34 loc) · 1.19 KB
/
joystick2updown.joystick.amgp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8"?>
<joystick configversion="19" appversion="2.23">
<!--The SDL name for a joystick is included for informational purposes only.-->
<sdlname>Arduino Leonardo</sdlname>
<!--The GUID for a joystick is included for informational purposes only.-->
<guid>41233680000000000000504944564944</guid>
<sets>
<set index="1">
<axis index="1">
<throttle>normal</throttle>
</axis>
<axis index="2">
<deadZone>7659</deadZone>
<throttle>normal</throttle>
<axisbutton index="1">
<slots>
<slot>
<code>0x1000013</code>
<mode>keyboard</mode>
</slot>
</slots>
</axisbutton>
<axisbutton index="2">
<slots>
<slot>
<code>0x1000015</code>
<mode>keyboard</mode>
</slot>
</slots>
</axisbutton>
</axis>
</set>
</sets>
</joystick>