Add support for a Logitech Extreme 3D Pro and a thrustmaster top gun afterburner...
[fg:toms-fgdata.git] / joysticks.xml
1 <?xml version="1.0"?>
2
3 <!--
4 Joystick binding definitions.
5 -->
6
7 <PropertyList>
8
9  <!-- Default device -->
10  <js n="0" include="Input/Joysticks/Default/joystick.xml"/>
11
12  <!-- Analog 4-axis 4-button joystick -->
13  <js-named include="Input/Joysticks/Default/four-axis-joystick.xml"/>
14
15  <!-- FIXME: dummy placeholder to force a high starting index -->
16  <js-named n="999"/>
17
18  <!-- CH devices -->
19  <js-named include="Input/Joysticks/CH/pro-pedals-usb.xml"/>
20  <js-named include="Input/Joysticks/CH/pro-yoke-usb.xml"/>
21
22  <!-- Logitech devices -->
23  <js-named include="Input/Joysticks/Logitech/wingman-extreme-digital-3d.xml"/>
24  <js-named include="Input/Joysticks/Logitech/wingman-extreme-digital-3d-win.xml"/>
25  <js-named include="Input/Joysticks/Logitech/wingman-force.xml"/>
26  <js-named include="Input/Joysticks/Logitech/wingman-force-3d.xml"/>
27  <js-named include="Input/Joysticks/Logitech/wingman-rumblepad-usb.xml"/>
28  <js-named include="Input/Joysticks/Logitech/extreme-3d-win.xml"/>
29  <js-named include="Input/Joysticks/Logitech/extreme-3d-pro.xml"/>
30  
31  <!-- Microsoft devices -->
32  <js-named include="Input/Joysticks/Microsoft/sidewinder.xml"/>
33  <js-named include="Input/Joysticks/Microsoft/sidewinder-force-feed.xml"/>
34  <js-named include="Input/Joysticks/Microsoft/sidewinder-force-feed-pro.xml"/>
35  <js-named include="Input/Joysticks/Microsoft/sidewinder-precision-pro.xml"/>
36  <js-named include="Input/Joysticks/Microsoft/sidewinder-3d-pro.xml"/>
37
38  <!-- Saitek devices -->
39  <js-named include="Input/Joysticks/Saitek/X45.xml"/>
40  <js-named include="Input/Joysticks/Saitek/X8-30.xml"/>
41  <js-named include="Input/Joysticks/Saitek/Cyborg-Gold-3d-USB.xml"/>
42  <js-named include="Input/Joysticks/Saitek/Cyborg-3d-Rumble-Force.xml"/>
43
44  <!-- ThrustMaster devices -->
45  <js-named include="Input/Joysticks/ThrustMaster/FCS.xml"/>
46  <js-named include="Input/Joysticks/ThrustMaster/Attack-Throttle.xml"/>
47  <js-named include="Input/Joysticks/ThrustMaster/Top-Gun-Afterburner.xml"/>
48
49  <!-- Lew Engineering RCJOY device for various RC transmitters.  http://www.leweng.com -->
50  <js-named include="Input/Joysticks/LewEngineering/RC-transmitter-hitecLaser4.xml"/>
51
52 </PropertyList>
53
54 <!-- end of joysticks.xml -->