-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathceleritas.joystick.amgp
55 lines (55 loc) · 1.75 KB
/
celeritas.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0" encoding="UTF-8"?>
<joystick configversion="19" appversion="3.4.0">
<!--The SDL name for a joystick is included for informational purposes only.-->
<sdlname>Celeritas Joystick</sdlname>
<!--The Unique ID for a joystick is included for informational purposes only.-->
<uniqueID>03002eb2662200001700000000000000880623</uniqueID>
<sets>
<set index="1">
<axis index="2">
<throttle>normal</throttle>
</axis>
<axis index="1">
<throttle>normal</throttle>
</axis>
<axis index="4">
<throttle>normal</throttle>
</axis>
<axis index="3">
<throttle>normal</throttle>
</axis>
<button index="2">
<slots>
<slot>
<code>0x32</code>
<mode>keyboard</mode>
</slot>
</slots>
</button>
<button index="1">
<slots>
<slot>
<code>0x31</code>
<mode>keyboard</mode>
</slot>
</slots>
</button>
<button index="4">
<slots>
<slot>
<code>0x34</code>
<mode>keyboard</mode>
</slot>
</slots>
</button>
<button index="3">
<slots>
<slot>
<code>0x33</code>
<mode>keyboard</mode>
</slot>
</slots>
</button>
</set>
</sets>
</joystick>