Skip to content

Commit

Permalink
added thrustmaster airbus stick right sidestick mode button names (#1929
Browse files Browse the repository at this point in the history
)
  • Loading branch information
tigert authored Feb 7, 2025
1 parent 7a12128 commit 4c23236
Show file tree
Hide file tree
Showing 2 changed files with 117 additions and 0 deletions.
114 changes: 114 additions & 0 deletions Joysticks/t.a320_copilot.joystick.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
{
"$schema": "./mfjoystick.schema.json",
"InstanceName": "T.A320 Copilot",
"VendorId": "0x044F",
"ProductId": "0x0406",
"Inputs": [
{
"Id": 1,
"Type": "Button",
"Label": "Button 1 - Trigger"
},
{
"Id": 2,
"Type": "Button",
"Label": "Button 2 - Upper trigger"
},
{
"Id": 3,
"Type": "Button",
"Label": "Button 3 - Handle left"
},
{
"Id": 4,
"Type": "Button",
"Label": "Button 4 - Handle right"
},
{
"Id": 5,
"Type": "Button",
"Label": "Button 5 - Left front 1"
},
{
"Id": 6,
"Type": "Button",
"Label": "Button 6 - Left front 2"
},
{
"Id": 7,
"Type": "Button",
"Label": "Button 7 - Left front 3"
},
{
"Id": 10,
"Type": "Button",
"Label": "Button 10 - Left back 1"
},
{
"Id": 9,
"Type": "Button",
"Label": "Button 9 - Left back 2"
},
{
"Id": 8,
"Type": "Button",
"Label": "Button 8 - Left back 3"
},
{
"Id": 11,
"Type": "Button",
"Label": "Button 11 - Right front 3"
},
{
"Id": 12,
"Type": "Button",
"Label": "Button 12 - Right front 2"
},
{
"Id": 13,
"Type": "Button",
"Label": "Button 13 - Right front 1"
},
{
"Id": 14,
"Type": "Button",
"Label": "Button 14 - Right back 1"
},
{
"Id": 15,
"Type": "Button",
"Label": "Button 15 - Right back 2"
},
{
"Id": 16,
"Type": "Button",
"Label": "Button 16 - Right back 3"
},
{
"Id": 17,
"Type": "Button",
"Label": "Button 17 - Slider switch"
},
{
"Id": 48,
"Type": "Axis",
"Label": "Axis - Roll"
},
{
"Id": 49,
"Type": "Axis",
"Label": "Axis - Pitch"
},
{
"Id": 53,
"Type": "Axis",
"Label": "Axis - Grip twist"
},
{
"Id": 54,
"Type": "Axis",
"Label": "Axis - Slider"
}
],
"Outputs": []
}
3 changes: 3 additions & 0 deletions MobiFlightConnector.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -1104,6 +1104,9 @@
<None Include="Joysticks\s_tecs_modern_throttle_standard_stem.joystick.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Joysticks\t.a320_copilot.joystick.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Joysticks\vkbsim_gladiator_evo_f14.joystick.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
Expand Down

0 comments on commit 4c23236

Please sign in to comment.