DefaultLEDModeConfig: Fix a typo in the documentation

The example in the documentation was referring to a function that does not
exist. Correct it to use the one that does.

Signed-off-by: Gergely Nagy <algernon@keyboard.io>
pull/1232/head
Gergely Nagy 2 years ago
parent f3fe7c9023
commit db7b0af730
No known key found for this signature in database
GPG Key ID: AC1E90BAC433F68F

@ -31,7 +31,7 @@ KALEIDOSCOPE_INIT_PLUGINS(EEPROMSettings,
void setup() {
Kaleidoscope.setup();
DefaultLEDModeConfig.activeLEDModeIfUnconfigured(
DefaultLEDModeConfig.activateLEDModeIfUnconfigured(
&LEDRainbowWaveEffect
);
}

Loading…
Cancel
Save