We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 419d085 commit 427fd53Copy full SHA for 427fd53
examples/TestAll/TestAll.ino
@@ -21,7 +21,7 @@ void setup()
21
bleGamepadConfig.setHatSwitchCount(numOfHatSwitches);
22
bleGamepadConfig.setVid(0xe502);
23
bleGamepadConfig.setPid(0xbbaa);
24
- bleGamepad.begin(&bleGamepadConfig); // Simulation controls are disabled by default
+ bleGamepad.begin(&bleGamepadConfig); // Simulation controls and special buttons are disabled by default
25
26
// changing bleGamepadConfig after the begin function has no effect, unless you call the begin function again
27
}
0 commit comments