Skip to content

Commit

Permalink
Closed issue #33
Browse files Browse the repository at this point in the history
  • Loading branch information
vertigra committed Oct 1, 2023
1 parent 68b172f commit df1bee3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Configs/buttons.binding.default.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,11 @@
"axis": "left_stick_y"
},
{
"action": "none",
"action": "head_left_right",
"axis": "right_stick_x"
},
{
"action": "none",
"action": "neck_up_down",
"axis": "right_stick_y"
}
],
Expand All @@ -130,11 +130,11 @@
*/
"sticks_buttons": [
{
"action": "head_left_right",
"action": "none",
"button": "left_stick_button"
},
{
"action": "neck_up_down",
"action": "none",
"button": "right_stick_button"
}
]
Expand Down

0 comments on commit df1bee3

Please sign in to comment.