Skip to content

Commit

Permalink
DCS VSN F-4 profiles: added more bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
bwRavencl committed Sep 13, 2023
1 parent 6adfa54 commit 9d73073
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 35 deletions.
46 changes: 29 additions & 17 deletions DCS_VSN_F4B.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,24 @@
]
},
"buttonToActionsMap": {
"1": [
{
"type": "de.bwravencl.controllerbuddy.input.action.ButtonToKeyAction",
"data": {
"activation": "SINGLE_IMMEDIATELY",
"longPress": false,
"keystroke": {
"keyCodes": [
"G"
],
"modifierCodes": [
"L Alt"
]
},
"description": "Tail Hook"
}
}
],
"2": [
{
"type": "de.bwravencl.controllerbuddy.input.action.ButtonToAxisResetAction",
Expand Down Expand Up @@ -231,6 +249,16 @@
}
}
],
"7": [
{
"type": "de.bwravencl.controllerbuddy.input.action.ButtonToButtonAction",
"data": {
"longPress": false,
"buttonId": 17,
"description": "DogBone Master Arm. Nuc./Conv. Toggle"
}
}
],
"11": [
{
"type": "de.bwravencl.controllerbuddy.input.action.ButtonToKeyAction",
Expand Down Expand Up @@ -267,7 +295,7 @@
"data": {
"longPress": false,
"buttonId": 14,
"description": "Weapon Change"
"description": "Missile Selector Rotational cw"
}
}
],
Expand All @@ -276,22 +304,6 @@
"type": "de.bwravencl.controllerbuddy.input.action.ButtonToKeyAction",
"data": {
"activation": "SINGLE_IMMEDIATELY",
"longPress": true,
"keystroke": {
"keyCodes": [
"G"
],
"modifierCodes": [
"L Alt"
]
},
"description": "Tail Hook"
}
},
{
"type": "de.bwravencl.controllerbuddy.input.action.ButtonToKeyAction",
"data": {
"activation": "SINGLE_ON_RELEASE",
"longPress": false,
"keystroke": {
"keyCodes": [
Expand Down
46 changes: 29 additions & 17 deletions DCS_VSN_F4C.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,24 @@
]
},
"buttonToActionsMap": {
"1": [
{
"type": "de.bwravencl.controllerbuddy.input.action.ButtonToKeyAction",
"data": {
"activation": "SINGLE_IMMEDIATELY",
"longPress": false,
"keystroke": {
"keyCodes": [
"G"
],
"modifierCodes": [
"L Alt"
]
},
"description": "Tail Hook"
}
}
],
"2": [
{
"type": "de.bwravencl.controllerbuddy.input.action.ButtonToAxisResetAction",
Expand Down Expand Up @@ -231,6 +249,16 @@
}
}
],
"7": [
{
"type": "de.bwravencl.controllerbuddy.input.action.ButtonToButtonAction",
"data": {
"longPress": false,
"buttonId": 17,
"description": "DogBone Master Arm. Nuc./Conv. Toggle"
}
}
],
"11": [
{
"type": "de.bwravencl.controllerbuddy.input.action.ButtonToKeyAction",
Expand Down Expand Up @@ -267,7 +295,7 @@
"data": {
"longPress": false,
"buttonId": 14,
"description": "Weapon Change"
"description": "Missile Selector Rotational cw"
}
}
],
Expand All @@ -276,22 +304,6 @@
"type": "de.bwravencl.controllerbuddy.input.action.ButtonToKeyAction",
"data": {
"activation": "SINGLE_IMMEDIATELY",
"longPress": true,
"keystroke": {
"keyCodes": [
"G"
],
"modifierCodes": [
"L Alt"
]
},
"description": "Tail Hook"
}
},
{
"type": "de.bwravencl.controllerbuddy.input.action.ButtonToKeyAction",
"data": {
"activation": "SINGLE_ON_RELEASE",
"longPress": false,
"keystroke": {
"keyCodes": [
Expand Down
13 changes: 12 additions & 1 deletion configs/DCS/VSN_F4/vJoy Device.diff.lua
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,23 @@ local diff = {
},
["name"] = "Push To Talk Radio 2",
},
["d101pnilunilcdnilvdnilvpnilvunil"] = {
["d10088pnilunilcdnilvdnilvpnilvunil"] = {
["added"] = {
[1] = {
["key"] = "JOY_BTN18",
},
},
["name"] = "DogBone Master Arm Nuc./Conv. Toggle",
},
["d10111pnilunilcdnilvdnilvpnilvunil"] = {
["added"] = {
[1] = {
["key"] = "JOY_BTN15",
},
},
["name"] = "Missile Selector Rotational cw",
},
["d101pnilunilcdnilvdnilvpnilvunil"] = {
["name"] = "Weapon Change",
["removed"] = {
[1] = {
Expand Down

0 comments on commit 9d73073

Please sign in to comment.