Skip to content

Commit

Permalink
Update Fightstick.ino - formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lemmingDev authored Jan 29, 2025
1 parent 319cb95 commit 0f398b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Fightstick/Fightstick.ino
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ void setup()

BleGamepadConfiguration bleGamepadConfig;
bleGamepadConfig.setAutoReport(false);
bleGamepadConfig.setWhichAxes(0, 0, 0, 0, 0, 0, 0, 0); // Disable all axes
bleGamepadConfig.setWhichAxes(0, 0, 0, 0, 0, 0, 0, 0); // Disable all axes
bleGamepadConfig.setButtonCount(numOfButtons);
bleGamepadConfig.setHatSwitchCount(numOfHats);
bleGamepad.begin(&bleGamepadConfig);
Expand Down

0 comments on commit 0f398b7

Please sign in to comment.