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:
parent
0a7625593e
commit
1ed2d16f22
1 changed files with 41 additions and 0 deletions
41
Input/Event/FlightLink/RudderControlModule.xml
Normal file
41
Input/Event/FlightLink/RudderControlModule.xml
Normal 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>
|
Loading…
Reference in a new issue