Merge pull request #1 from keyboardio/f/led-api-update

Updated to use the new LEDMode/LEDControl API
pull/365/head
Gergely Nagy 7 years ago committed by GitHub
commit 25fcd12402

@ -42,7 +42,7 @@ void BootGreetingEffect::loopHook(const bool post_clear) {
if (k == Key_LEDEffectNext) {
cRGB color = breath_compute();
LEDControl.setCrgbAt(r, c, color);
::LEDControl.setCrgbAt(r, c, color);
}
}
}

Loading…
Cancel
Save