Skip to content

Commit

Permalink
Updated all profiles to version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bwRavencl committed Feb 26, 2024
1 parent 9975cd6 commit c34e5ae
Show file tree
Hide file tree
Showing 75 changed files with 3,266 additions and 1,196 deletions.
23 changes: 19 additions & 4 deletions Aerowinx_PSX.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1",
"version": "1.2",
"showOverlay": true,
"showVrOverlay": false,
"keyRepeatInterval": 30,
Expand Down Expand Up @@ -56,6 +56,8 @@
"type": "de.bwravencl.controllerbuddy.input.action.AxisToAxisAction",
"data": {
"deadZone": 0.25,
"minValue": -1.0,
"maxValue": 1.0,
"exponent": 1.0,
"initialValue": 0.0,
"virtualAxis": "RZ",
Expand All @@ -71,6 +73,8 @@
"maxRelativeSpeed": 4.0,
"hapticFeedback": true,
"deadZone": 0.25,
"minValue": -1.0,
"maxValue": 1.0,
"exponent": 2.0,
"initialValue": 1.0,
"virtualAxis": "Z",
Expand All @@ -84,6 +88,8 @@
"type": "de.bwravencl.controllerbuddy.input.action.AxisToAxisAction",
"data": {
"deadZone": 0.12,
"minValue": -1.0,
"maxValue": 1.0,
"exponent": 1.0,
"initialValue": 0.0,
"virtualAxis": "X",
Expand All @@ -97,6 +103,8 @@
"type": "de.bwravencl.controllerbuddy.input.action.AxisToAxisAction",
"data": {
"deadZone": 0.12,
"minValue": -1.0,
"maxValue": 1.0,
"exponent": 1.0,
"initialValue": 0.0,
"virtualAxis": "Y",
Expand All @@ -110,6 +118,8 @@
"type": "de.bwravencl.controllerbuddy.input.action.AxisToAxisAction",
"data": {
"deadZone": 0.0,
"minValue": -1.0,
"maxValue": 1.0,
"exponent": 1.0,
"initialValue": 0.0,
"virtualAxis": "RX",
Expand All @@ -123,6 +133,8 @@
"type": "de.bwravencl.controllerbuddy.input.action.AxisToAxisAction",
"data": {
"deadZone": 0.0,
"minValue": -1.0,
"maxValue": 1.0,
"exponent": 1.0,
"initialValue": 0.0,
"virtualAxis": "RY",
Expand Down Expand Up @@ -499,7 +511,8 @@
"activation": "REPEAT",
"longPress": false,
"mouseButton": 2,
"minActivationInterval": 0
"minActivationInterval": 0,
"maxActivationInterval": 0
}
}
],
Expand All @@ -512,7 +525,8 @@
"activation": "REPEAT",
"longPress": false,
"mouseButton": 1,
"minActivationInterval": 0
"minActivationInterval": 0,
"maxActivationInterval": 0
}
}
]
Expand All @@ -525,7 +539,8 @@
"activation": "REPEAT",
"longPress": false,
"mouseButton": 3,
"minActivationInterval": 0
"minActivationInterval": 0,
"maxActivationInterval": 0
}
}
],
Expand Down
19 changes: 15 additions & 4 deletions Condor_2.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1",
"version": "1.2",
"showOverlay": true,
"showVrOverlay": true,
"keyRepeatInterval": 30,
Expand Down Expand Up @@ -70,6 +70,8 @@
"type": "de.bwravencl.controllerbuddy.input.action.AxisToAxisAction",
"data": {
"deadZone": 0.25,
"minValue": -1.0,
"maxValue": 1.0,
"exponent": 1.0,
"initialValue": 0.0,
"virtualAxis": "RZ",
Expand All @@ -85,6 +87,8 @@
"maxRelativeSpeed": 4.0,
"hapticFeedback": true,
"deadZone": 0.25,
"minValue": -1.0,
"maxValue": 1.0,
"exponent": 2.0,
"initialValue": -1.0,
"virtualAxis": "Z",
Expand All @@ -98,6 +102,8 @@
"type": "de.bwravencl.controllerbuddy.input.action.AxisToAxisAction",
"data": {
"deadZone": 0.12,
"minValue": -1.0,
"maxValue": 1.0,
"exponent": 1.0,
"initialValue": 0.0,
"virtualAxis": "X",
Expand All @@ -111,6 +117,8 @@
"type": "de.bwravencl.controllerbuddy.input.action.AxisToAxisAction",
"data": {
"deadZone": 0.12,
"minValue": -1.0,
"maxValue": 1.0,
"exponent": 1.0,
"initialValue": 0.0,
"virtualAxis": "Y",
Expand Down Expand Up @@ -658,7 +666,8 @@
"activation": "REPEAT",
"longPress": false,
"mouseButton": 2,
"minActivationInterval": 0
"minActivationInterval": 0,
"maxActivationInterval": 0
}
}
],
Expand All @@ -671,7 +680,8 @@
"activation": "REPEAT",
"longPress": false,
"mouseButton": 1,
"minActivationInterval": 0
"minActivationInterval": 0,
"maxActivationInterval": 0
}
}
]
Expand All @@ -684,7 +694,8 @@
"activation": "REPEAT",
"longPress": false,
"mouseButton": 3,
"minActivationInterval": 0
"minActivationInterval": 0,
"maxActivationInterval": 0
}
}
],
Expand Down
Loading

0 comments on commit c34e5ae

Please sign in to comment.