From ee53b11b9208475ebe138195b11f3f4145647881 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Thu, 16 Jun 2022 16:36:17 +0200 Subject: [PATCH] Enable the ActiveModColorEffect plugin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s a very nice addition to OneShot! --- Model100.ino | 3 +++ 1 file changed, 3 insertions(+) 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,