Add LEDOff too, so turning Stalker off can be tested too

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
pull/365/head
Gergely Nagy 8 years ago committed by Gergely Nagy
parent b1c0f1fc1b
commit c01e7d864a

@ -18,6 +18,7 @@
#include <Kaleidoscope.h>
#include <Kaleidoscope-LED-Stalker.h>
#include "LED-Off.h"
const Key keymaps[][ROWS][COLS] PROGMEM = {
[0] = KEYMAP_STACKED
@ -44,7 +45,7 @@ void setup () {
Kaleidoscope.setup ();
StalkerEffect.configure (STALKER (BlazingTrail, NULL));
USE_PLUGINS (&StalkerEffect);
USE_PLUGINS (&LEDOff, &StalkerEffect);
StalkerEffect.activate ();
}

Loading…
Cancel
Save