From db7b0af730bded3b91a66ea31fbfdb589c576e1a Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Tue, 13 Sep 2022 10:59:54 +0200 Subject: [PATCH] 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 --- plugins/Kaleidoscope-DefaultLEDModeConfig/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Kaleidoscope-DefaultLEDModeConfig/README.md b/plugins/Kaleidoscope-DefaultLEDModeConfig/README.md index e9302649..b6307a63 100644 --- a/plugins/Kaleidoscope-DefaultLEDModeConfig/README.md +++ b/plugins/Kaleidoscope-DefaultLEDModeConfig/README.md @@ -31,7 +31,7 @@ KALEIDOSCOPE_INIT_PLUGINS(EEPROMSettings, void setup() { Kaleidoscope.setup(); - DefaultLEDModeConfig.activeLEDModeIfUnconfigured( + DefaultLEDModeConfig.activateLEDModeIfUnconfigured( &LEDRainbowWaveEffect ); }