Enable the ActiveModColorEffect plugin

It’s a very nice addition to OneShot!
This commit is contained in:
Gergely Polonkai 2022-06-16 16:36:17 +02:00
parent c8da3b4a08
commit ee53b11b92
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4

View File

@ -40,6 +40,8 @@
#include "Kaleidoscope-OneShot.h" #include "Kaleidoscope-OneShot.h"
#include "Kaleidoscope-Escape-OneShot.h" #include "Kaleidoscope-Escape-OneShot.h"
#include "Kaleidoscope-LED-ActiveModColor.h"
enum { enum {
MACRO_VERSION_INFO, MACRO_VERSION_INFO,
MACRO_ANY, MACRO_ANY,
@ -307,6 +309,7 @@ KALEIDOSCOPE_INIT_PLUGINS(
LEDRainbowWaveEffect, LEDRainbowWaveEffect,
StalkerEffect, StalkerEffect,
LEDPaletteTheme, LEDPaletteTheme,
ActiveModColorEffect,
ColormapEffect, ColormapEffect,
Macros, Macros,
MouseKeys, MouseKeys,