Browse Source

input: added thrustmaster rudder pedals

Fabian Peter Hammerle 3 years ago
commit
1b952ef38a
2 changed files with 24 additions and 0 deletions
  1. 10 0
      .gitignore
  2. 14 0
      Input/Joysticks/Thrustmaster-T-Rudder.xml

+ 10 - 0
.gitignore

@@ -0,0 +1,10 @@
+Aircraft/
+Export/
+FlightGear/
+PreviewsCache/
+TerraSync/
+TextureCache/
+ai/
+autosave_*.xml
+fgfs*.log
+navdata_*.cache

+ 14 - 0
Input/Joysticks/Thrustmaster-T-Rudder.xml

@@ -0,0 +1,14 @@
+<?xml version="1.0"?>
+
+<PropertyList>
+  <name type="string">Thrustmaster T-Rudder</name>
+  <axis n="2">
+    <desc type="string">Rudder</desc>
+    <binding>
+      <command type="string">property-scale</command>
+      <property type="string">/controls/flight/rudder</property>
+      <factor type="double">1</factor>
+      <offset type="double">0</offset>
+    </binding>
+  </axis>
+</PropertyList>