Skip to content

Instantly share code, notes, and snippets.

@julik
Created July 14, 2009 03:11
Show Gist options
  • Save julik/146678 to your computer and use it in GitHub Desktop.
Save julik/146678 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<!--
To override or add "named" joystick drivers list them in
<js-named> entries with paths relative to the directory where
the joysticks.xml file resides (first example). Such "named"
drivers are only picked up if one of their <name>s matches
the joystick hardware (see output of the js_demo application).
These drivers have precedence over already existing drivers
with the same <name>. (You can also add a <name>default</name>
entry to the driver to make it the default choice.)
The second example shows how to load a driver directly to
position 0. This will then be used for the first joystick on
your system and FlightGear will not overwrite it.
-->
<PropertyList>
<!--
<js-named include="Input/Joysticks/Local/X45-modified.xml"/>
<js n="0" include="Input/Joysticks/Local/joystick_0.xml"/>
-->
<js n="0" include="Input/Joysticks/CH/pro-yoke-usb.xml"/>
<js n="1" include="Input/Joysticks/CH/pro-pedals-usb.xml"/>
<js n="2" include="Input/Joysticks/Saitek/Pro-Flight-Quadrant.xml"/>
<js n="3" include="Input/Joysticks/Saitek/Pro-Flight-Quadrant.xml"/>
</PropertyList>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment