1
0
Fork 0
fgdata/Input/Joysticks/CH/pro-pedals-usb.xml
j4strngs 6e36129be4 > attached find the two files including my entries for the CH Virtual Pilot
> USB/USB CH Pedals. I've just tested them to work. These are based on recent
> files fetched from the base CVS.
2002-09-11 20:45:01 +00:00

54 lines
1.3 KiB
XML

<?xml version="1.0"?>
<!--
************************************************************************
* Setup for CH Pro Pedals USB.
*
* These are USB rudder pedals with toe brakes. Bindings are as
* follow:
*
* Axis 0 (left pedal): left brake
* Axis 1 (right pedal): right brake
* Axis 2 (sliding both pedals): rudder (and nosewheel)
************************************************************************
-->
<PropertyList>
<name>CH PRODUCTS CH PRO PEDALS USB </name>
<name>CH Products CH Pro Pedals USB Rudder Pedals </name>
<name>Microsoft-PC-Joysticktreiber </name>
<name>Pilote de joystick PC Microsoft </name>
<name>CH PRO PEDALS USB </name>
<axis n="0">
<binding>
<command>property-scale</command>
<property>/controls/brakes[0]</property>
<offset>1.0</offset>
<factor>0.5</factor>
<squared>false</squared>
</binding>
</axis>
<axis n="1">
<binding>
<command>property-scale</command>
<property>/controls/brakes[1]</property>
<offset>1.0</offset>
<factor>0.5</factor>
<squared>false</squared>
</binding>
</axis>
<axis n="2">
<binding>
<command>property-scale</command>
<property>/controls/rudder</property>
<factor>1.0</factor>
<offset>0.0</offset>
<squared>true</squared>
</binding>
</axis>
</PropertyList>