1
0
Fork 0

Import Simped ruder pedal configuration from Matthias Boerner.

This commit is contained in:
frohlich 2006-06-11 13:41:28 +00:00
parent 0025aa8ce6
commit 1aaa29ba7f

View file

@ -0,0 +1,60 @@
<?xml version="1.0"?>
<!--
************************************************************************
* Setup for DHS-Electronic SIMPED-F16/USB.
*
* These are USB rudder pedals with toe brakes. Bindings are as
* follow:
*
* Axis 0 (right pedal): right brake
* Axis 1 (left pedal): left brake
* Axis 2 (sliding both pedals): rudder (and nosewheel)
************************************************************************
$Id$
-->
<PropertyList>
<name>dhs-electronic Simped vario (USB) </name>
<axis>
<desc>right brake</desc>
<number>
<unix>0</unix>
</number>
<binding>
<command>property-scale</command>
<property>/controls/gear/brake-right</property>
<offset type="double">-1.0</offset>
<factor type="double">-0.5</factor>
</binding>
</axis>
<axis>
<desc>left brake</desc>
<number>
<unix>1</unix>
</number>
<binding>
<command>property-scale</command>
<property>/controls/gear/brake-left</property>
<offset type="double">-1.0</offset>
<factor type="double">-0.5</factor>
</binding>
</axis>
<axis>
<desc>rudder</desc>
<number>
<unix>2</unix>
</number>
<binding>
<command>property-scale</command>
<property>/controls/flight/rudder</property>
<offset type="double">0.0</offset>
<factor type="double">1.0</factor>
</binding>
</axis>
</PropertyList>