32 lines
863 B
XML
32 lines
863 B
XML
<?xml version="1.0"?>
|
|
|
|
<!--
|
|
Joystick binding definitions.
|
|
-->
|
|
|
|
<PropertyList>
|
|
|
|
<!-- Default device -->
|
|
<js n="0" include="Input/Joysticks/Default/joystick.xml"/>
|
|
|
|
<!-- FIXME: dummy placeholder to force a high starting index -->
|
|
<js-named n="999"/>
|
|
|
|
<!-- CH devices -->
|
|
<js-named include="Input/Joysticks/CH/pro-pedals-usb.xml"/>
|
|
<js-named include="Input/Joysticks/CH/pro-yoke-usb.xml"/>
|
|
|
|
<!-- Logitech devices -->
|
|
<js-named include="Input/Joysticks/Logitech/wingman-extreme-digital-3d.xml"/>
|
|
<js-named include="Input/Joysticks/Logitech/wingman-rumblepad-usb.xml"/>
|
|
|
|
<!-- Microsoft devices -->
|
|
<js-named include="Input/Joysticks/Microsoft/sidewinder-force-feed.xml"/>
|
|
|
|
<!-- Saitek devices -->
|
|
<js-named include="Input/Joysticks/Saitek/X45.xml"/>
|
|
<js-named include="Input/Joysticks/Saitek/X8-30.xml"/>
|
|
|
|
</PropertyList>
|
|
|
|
<!-- end of joysticks.xml -->
|