Skip to content

Commit

Permalink
DCS F-4E-45MC profile: updated changed trigger bindings and descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
bwRavencl committed Aug 15, 2024
1 parent 28807ad commit a47eb70
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 7 deletions.
18 changes: 15 additions & 3 deletions DCS_F-4E-45MC.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,19 @@
"buttonId": 0,
"minActivationInterval": 0,
"maxActivationInterval": 0,
"description": "Trigger"
"description": "Trigger - Full Action (2-stage trigger)"
}
},
{
"type": "de.bwravencl.controllerbuddy.input.action.AxisToButtonAction",
"data": {
"longPress": false,
"minAxisValue": -0.25,
"maxAxisValue": 1.0,
"buttonId": 14,
"minActivationInterval": 0,
"maxActivationInterval": 0,
"description": "Trigger - Half Action (2-stage trigger)"
}
}
]
Expand All @@ -212,7 +224,7 @@
"buttonId": 8,
"minActivationInterval": 0,
"maxActivationInterval": 0,
"description": "Dispense Countermeasures"
"description": "Dispense Countermeasures (Chaff/Flare)"
}
}
],
Expand Down Expand Up @@ -1194,7 +1206,7 @@
"buttonId": 1,
"minActivationInterval": 0,
"maxActivationInterval": 0,
"description": "Bomb Button"
"description": "Bomb Release Button"
}
}
]
Expand Down
16 changes: 12 additions & 4 deletions configs/DCS/F-4E-45MC/vJoy Device.diff.lua
Original file line number Diff line number Diff line change
Expand Up @@ -165,29 +165,37 @@ local diff = {
},
["name"] = "Speed Brake - In/Stop (3-way up)",
},
["d3001pnilu3001cd27vd1vpnilvu0"] = {
["d3001pnilu3001cd27vd0.5vpnilvu0"] = {
["added"] = {
[1] = {
["key"] = "JOY_BTN15",
},
},
["name"] = "Trigger - Half Action (2-stage trigger)",
},
["d3001pnilu3001cd27vd1vpnilvu0.5"] = {
["added"] = {
[1] = {
["key"] = "JOY_BTN1",
},
},
["name"] = "Trigger",
["name"] = "Trigger - Full Action (2-stage trigger)",
},
["d3002pnilu3002cd27vd1vpnilvu0"] = {
["added"] = {
[1] = {
["key"] = "JOY_BTN2",
},
},
["name"] = "Bomb Button",
["name"] = "Bomb Release Button",
},
["d3012pnilu3012cd5vd1vpnilvu0"] = {
["added"] = {
[1] = {
["key"] = "JOY_BTN9",
},
},
["name"] = "Dispense Countermeasures",
["name"] = "Dispense Countermeasures (Chaff/Flare)",
},
["d3019pnilu3019cd2vd-1vpnilvu0"] = {
["added"] = {
Expand Down

0 comments on commit a47eb70

Please sign in to comment.