Skip to content

Commit

Permalink
Small note for users who use the source as documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
berichan committed Apr 2, 2023
1 parent 317a305 commit 0789aef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sys-botbase/source/util.c
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ void flashLed()
Result rc = hidsysInitialize();
if (R_FAILED(rc))
fatalThrow(rc);
sendPatternStatic(&breathingpattern, HidNpadIdType_Handheld);
sendPatternStatic(&flashpattern, HidNpadIdType_No1);
sendPatternStatic(&breathingpattern, HidNpadIdType_Handheld); // glow in and out x2 for docked joycons
sendPatternStatic(&flashpattern, HidNpadIdType_No1); // big hard single glow for wireless/wired joycons or controllers
hidsysExit();
}

0 comments on commit 0789aef

Please sign in to comment.