We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fc89b9 commit 5076cfaCopy full SHA for 5076cfa
1 file changed
examples/WiiClassicController/WiiClassicController.ino
@@ -36,7 +36,7 @@ ClassicController classic;
36
void setup() {
37
classic.begin();
38
39
- XInput.setTriggerRange(2, 28);
+ XInput.setTriggerRange(4, 26);
40
41
XInput.setRange(JOY_LEFT, 8, 56);
42
XInput.setRange(JOY_RIGHT, 4, 28);
0 commit comments