diff --git a/Model100.ino b/Model100.ino index c674412..a49cac6 100644 --- a/Model100.ino +++ b/Model100.ino @@ -40,6 +40,8 @@ #include "Kaleidoscope-OneShot.h" #include "Kaleidoscope-Escape-OneShot.h" +#include "Kaleidoscope-LED-ActiveModColor.h" + enum { MACRO_VERSION_INFO, MACRO_ANY, @@ -307,6 +309,7 @@ KALEIDOSCOPE_INIT_PLUGINS( LEDRainbowWaveEffect, StalkerEffect, LEDPaletteTheme, + ActiveModColorEffect, ColormapEffect, Macros, MouseKeys,