Saitek X45 configuration
[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-rumblepad-usb.xml"/>
22
23  <!-- Microsoft devices -->
24  <js-named include="Input/Joysticks/Microsoft/sidewinder-force-feed.xml"/>
25
26  <!-- Saitek devices -->
27  <js-named include="Input/Joysticks/Saitek/X45.xml"/>
28
29 </PropertyList>
30
31 <!-- end of joysticks.xml -->