Skip to content

Commit 5076cfa

Browse files
committed
Narrowed Wii controller trigger ranges
Was getting a few false positives on the bottom of the range.
1 parent 2fc89b9 commit 5076cfa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/WiiClassicController/WiiClassicController.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ClassicController classic;
3636
void setup() {
3737
classic.begin();
3838

39-
XInput.setTriggerRange(2, 28);
39+
XInput.setTriggerRange(4, 26);
4040

4141
XInput.setRange(JOY_LEFT, 8, 56);
4242
XInput.setRange(JOY_RIGHT, 4, 28);

0 commit comments

Comments
 (0)