Skip to content

Commit

Permalink
IL-2 CloD profile: use vJoy buttons instead of default keys for rudde…
Browse files Browse the repository at this point in the history
…r trim bindings
  • Loading branch information
bwRavencl committed Jan 30, 2024
1 parent c3af87c commit ea601cc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 24 deletions.
32 changes: 8 additions & 24 deletions IL-2_CloD.json
Original file line number Diff line number Diff line change
Expand Up @@ -863,37 +863,21 @@
"buttonToActionsMap": {
"1": [
{
"type": "de.bwravencl.controllerbuddy.input.action.ButtonToKeyAction",
"type": "de.bwravencl.controllerbuddy.input.action.ButtonToButtonAction",
"data": {
"activation": "REPEAT",
"longPress": false,
"keystroke": {
"keyCodes": [
"X"
],
"modifierCodes": [
"L Ctrl"
]
},
"buttonId": 14,
"minActivationInterval": 0,
"description": "Trim Rudder Right"
}
}
],
"2": [
{
"type": "de.bwravencl.controllerbuddy.input.action.ButtonToKeyAction",
"type": "de.bwravencl.controllerbuddy.input.action.ButtonToButtonAction",
"data": {
"activation": "REPEAT",
"longPress": false,
"keystroke": {
"keyCodes": [
"Z"
],
"modifierCodes": [
"L Ctrl"
]
},
"buttonId": 13,
"minActivationInterval": 0,
"description": "Trim Rudder Left"
}
Expand Down Expand Up @@ -1060,13 +1044,13 @@
"color": -65536,
"inverted": false
},
"S0": {
"color": -16776961,
"inverted": false
},
"Z": {
"color": -16777216,
"inverted": false
},
"S0": {
"color": -16776961,
"inverted": false
}
}
}
2 changes: 2 additions & 0 deletions configs/IL-2_CloD/ControllerBuddy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,10 @@ Control NumPad-1=site_spd_minus
vJoy_Device-C9B8F3C3+Key8=wheelbrakertx
Shift BackQuote=engselect_all
Control Z=ruddert_left
vJoy_Device-C9B8F3C3+Key13=ruddert_left
Z=rudder_leftx
Control X=ruddert_right
vJoy_Device-C9B8F3C3+Key14=ruddert_right
X=rudder_rightx
W=thtl_110
Control W=abwurf_arm
Expand Down

0 comments on commit ea601cc

Please sign in to comment.