Skip to content

Commit

Permalink
IL-2 1946 profile: updated look sensitivity and FOV bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
bwRavencl committed Sep 29, 2024
1 parent 747ca38 commit 91697b1
Showing 1 changed file with 28 additions and 12 deletions.
40 changes: 28 additions & 12 deletions IL-2_1946.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,18 @@
"modeUuid": "242f7006-11a9-4303-8858-d9e2d065c3c8"
}
],
"7": [
"6": [
{
"toggle": true,
"longPress": false,
"modeUuid": "5f9a7aee-0b35-4cfa-985b-7ae55ce208c6"
"modeUuid": "31bdeed6-9ed2-4e45-ba36-aa71e826cae7"
}
],
"6": [
"7": [
{
"toggle": true,
"longPress": false,
"modeUuid": "31bdeed6-9ed2-4e45-ba36-aa71e826cae7"
"modeUuid": "5f9a7aee-0b35-4cfa-985b-7ae55ce208c6"
}
],
"9": [
Expand Down Expand Up @@ -201,7 +201,7 @@
},
"minActivationInterval": 0,
"maxActivationInterval": 0,
"description": "Wide View"
"description": "Normal View"
}
},
{
Expand Down Expand Up @@ -590,7 +590,7 @@
"data": {
"deadZone": 0.12,
"exponent": 3.0,
"cursorSensitivity": 2000,
"cursorSensitivity": 1800,
"axis": "X",
"invert": false,
"description": "Look Left/Right"
Expand All @@ -603,7 +603,7 @@
"data": {
"deadZone": 0.12,
"exponent": 3.0,
"cursorSensitivity": 2000,
"cursorSensitivity": 1200,
"axis": "Y",
"invert": false,
"description": "Look Up/Down"
Expand Down Expand Up @@ -641,6 +641,22 @@
"type": "de.bwravencl.controllerbuddy.input.action.ButtonToKeyAction",
"data": {
"activation": "SINGLE_IMMEDIATELY",
"longPress": true,
"keystroke": {
"keyCodes": [
"End"
],
"modifierCodes": []
},
"minActivationInterval": 0,
"maxActivationInterval": 0,
"description": "Wide View"
}
},
{
"type": "de.bwravencl.controllerbuddy.input.action.ButtonToKeyAction",
"data": {
"activation": "SINGLE_ON_RELEASE",
"longPress": false,
"keystroke": {
"keyCodes": [
Expand All @@ -650,7 +666,7 @@
},
"minActivationInterval": 0,
"maxActivationInterval": 0,
"description": "Wide View"
"description": "Normal View"
}
}
],
Expand Down Expand Up @@ -1294,14 +1310,14 @@
}
],
"virtualAxisToOverlayAxisMap": {
"Z": {
"color": -16777216,
"inverted": false
},
"S0": {
"color": -16776961,
"inverted": false
},
"Z": {
"color": -16777216,
"inverted": false
},
"S1": {
"color": -65536,
"inverted": false
Expand Down

0 comments on commit 91697b1

Please sign in to comment.