Skip to content

Commit

Permalink
Fix inaccuracies
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfy76700 committed Mar 16, 2024
1 parent f217f86 commit 4d14f7d
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions pad/8bitdo/lite/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@
{
"name": "ZR",
"analog": false
},
{
"name": "LS",
"analog": false
},
{
"name": "RS",
"analog": false
}
],
"menu_buttons": [
Expand All @@ -59,7 +67,7 @@
"LS-Right"
],
"socd_prevention": {
"hardware": true,
"hardware": false,
"software": null
}
},
Expand All @@ -71,7 +79,7 @@
"RS-Right"
],
"socd_prevention": {
"hardware": true,
"hardware": false,
"software": null
}
},
Expand Down

0 comments on commit 4d14f7d

Please sign in to comment.