We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 317a305 commit 0789aefCopy full SHA for 0789aef
sys-botbase/source/util.c
@@ -257,7 +257,7 @@ void flashLed()
257
Result rc = hidsysInitialize();
258
if (R_FAILED(rc))
259
fatalThrow(rc);
260
- sendPatternStatic(&breathingpattern, HidNpadIdType_Handheld);
261
- 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
262
hidsysExit();
263
}
0 commit comments