From 1ed2d16f22f4c079fa8dbe6867af444ace9d887c Mon Sep 17 00:00:00 2001 From: torsten Date: Fri, 2 Oct 2009 19:00:15 +0000 Subject: [PATCH] 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) --- .../Event/FlightLink/RudderControlModule.xml | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 Input/Event/FlightLink/RudderControlModule.xml diff --git a/Input/Event/FlightLink/RudderControlModule.xml b/Input/Event/FlightLink/RudderControlModule.xml new file mode 100644 index 000000000..15a9fe154 --- /dev/null +++ b/Input/Event/FlightLink/RudderControlModule.xml @@ -0,0 +1,41 @@ + + + Flight Link, Inc. Flight Link Rudder Control Module + false + true + + + Brake left + abs-x-rotate + + property-scale + /controls/gear/brake-left + -1.0 + -1.0 + + + + + Brake right + abs-y-rotate + + property-scale + /controls/gear/brake-right + -1.0 + -1.0 + + + + + Rudder + abs-z-translate + + property-scale + /controls/flight/rudder + -0.5 + -2.0 + 1.0 + + + +