Add WillyB's Microsoft Sidewinder joystick configuration file
[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  <!-- FIXME: dummy placeholder to force a high starting index -->
13  <js-named n="999"/>
14
15  <!-- CH devices -->
16  <js-named include="Input/Joysticks/CH/pro-pedals-usb.xml"/>
17  <js-named include="Input/Joysticks/CH/pro-yoke-usb.xml"/>
18
19  <!-- Logitech devices -->
20  <js-named include="Input/Joysticks/Logitech/wingman-extreme-digital-3d.xml"/>
21  <js-named include="Input/Joysticks/Logitech/wingman-extreme-digital-3d-win.xml"/>
22  <js-named include="Input/Joysticks/Logitech/wingman-force.xml"/>
23  <js-named include="Input/Joysticks/Logitech/wingman-rumblepad-usb.xml"/>
24
25  <!-- Microsoft devices -->
26  <js-named include="Input/Joysticks/Microsoft/sidewinder.xml"/
27  <js-named include="Input/Joysticks/Microsoft/sidewinder-force-feed.xml"/>
28  <js-named include="Input/Joysticks/Microsoft/sidewinder-precision-pro.xml"/>
29
30  <!-- Saitek devices -->
31  <js-named include="Input/Joysticks/Saitek/X45.xml"/>
32  <js-named include="Input/Joysticks/Saitek/X8-30.xml"/>
33  <js-named include="Input/Joysticks/Saitek/Cyborg-Gold-3d-USB.xml"/>
34  <js-named include="Input/Joysticks/Saitek/Cyborg-3d-Rumble-Force.xml"/>
35
36  <!-- Lew Engineering RCJOY device for various RC transmitters.  http://www.leweng.com -->
37  <js-named include="Input/Joysticks/LewEngineering/RC-transmitter-hitecLaser4.xml"/>
38
39 </PropertyList>
40
41 <!-- end of joysticks.xml -->