1
0
Fork 0

New definition for FlightLink's Rudder Control Module.

Didn't work in Linux because of a quirk in the controller and the joydev kernel module.
Works out of the box now. (Requires HID/eventinput enabled)
This commit is contained in:
torsten 2009-10-02 19:00:15 +00:00
parent 0a7625593e
commit 1ed2d16f22

View file

@ -0,0 +1,41 @@
<PropertyList>
<name>Flight Link, Inc. Flight Link Rudder Control Module</name>
<debug-events type="bool">false</debug-events>
<grab type="bool">true</grab>
<event>
<desc>Brake left</desc>
<name>abs-x-rotate</name>
<binding>
<command>property-scale</command>
<property>/controls/gear/brake-left</property>
<offset>-1.0</offset>
<factor>-1.0</factor>
</binding>
</event>
<event>
<desc>Brake right</desc>
<name>abs-y-rotate</name>
<binding>
<command>property-scale</command>
<property>/controls/gear/brake-right</property>
<offset>-1.0</offset>
<factor>-1.0</factor>
</binding>
</event>
<event>
<desc>Rudder</desc>
<name>abs-z-translate</name>
<binding>
<command>property-scale</command>
<property>/controls/flight/rudder</property>
<offset>-0.5</offset>
<factor>-2.0</factor>
<power type="double">1.0</power>
</binding>
</event>
</PropertyList>