Skip to content

Commit

Permalink
[Shredders] Fix swap joystick LB/RB
Browse files Browse the repository at this point in the history
  • Loading branch information
Tak-attack committed Mar 2, 2024
1 parent be0b427 commit c372ca2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions touch-layouts/dev/layouts/Shredders.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
"type": "joystick",
"axis": {
"input": "axisXY",
"output": "leftJoystick",
"output": "rightJoystick",
"deadzone": {
"threshold": 0.5,
"radial": true
Expand Down Expand Up @@ -281,7 +281,7 @@
"type": "joystick",
"axis": {
"input": "axisXY",
"output": "leftJoystick",
"output": "rightJoystick",
"deadzone": {
"threshold": 0.5,
"radial": true
Expand Down

0 comments on commit c372ca2

Please sign in to comment.