Skip to content

Commit 0789aef

Browse files
committed
Small note for users who use the source as documentation
1 parent 317a305 commit 0789aef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sys-botbase/source/util.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ void flashLed()
257257
Result rc = hidsysInitialize();
258258
if (R_FAILED(rc))
259259
fatalThrow(rc);
260-
sendPatternStatic(&breathingpattern, HidNpadIdType_Handheld);
261-
sendPatternStatic(&flashpattern, HidNpadIdType_No1);
260+
sendPatternStatic(&breathingpattern, HidNpadIdType_Handheld); // glow in and out x2 for docked joycons
261+
sendPatternStatic(&flashpattern, HidNpadIdType_No1); // big hard single glow for wireless/wired joycons or controllers
262262
hidsysExit();
263263
}

0 commit comments

Comments
 (0)