1ed2d16f22
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)
41 lines
993 B
XML
41 lines
993 B
XML
<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>
|