1
0
Fork 0
fgdata/Input/Joysticks/Simped/simped-f16-pedals-usb.xml

65 lines
1.8 KiB
XML
Raw Normal View History

<?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>
2006-08-11 22:19:47 +00:00
<name>Simp</name>
<axis>
<desc>right brake</desc>
<number>
<unix>0</unix>
2006-08-11 22:08:11 +00:00
<windows>0</windows>
</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>
2006-08-11 22:08:11 +00:00
<windows>1</windows>
</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>
2006-08-11 22:08:11 +00:00
<windows>3</windows>
</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>