Merge pull request #1232 from keyboardio/b/defaultledmodeconfig/doc-typo-fix

DefaultLEDModeConfig: Fix a typo in the documentation
pull/1234/head
Jesse Vincent 2 years ago committed by GitHub
commit 63bcf212f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save