diff --git a/src/kaleidoscope/plugin/LEDModeInterface.h b/src/kaleidoscope/plugin/LEDModeInterface.h index 463c3514fc..45f408a1b6 100644 --- a/src/kaleidoscope/plugin/LEDModeInterface.h +++ b/src/kaleidoscope/plugin/LEDModeInterface.h @@ -56,7 +56,7 @@ class LEDModeInterface { typedef NoLEDMode DynamicLEDMode; protected: - const char *led_mode_name_ PROGMEM = {"[unnamed led mode]"}; + const char *led_mode_name_ PROGMEM; }; } // namespace plugin