From fbd21c0462e18f647b3a1d315e4a0d7163b644be Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Mon, 5 Jun 2017 10:35:40 +0200 Subject: [PATCH] Updated the example to use the newest Stalker APIs Signed-off-by: Gergely Nagy --- examples/GhostInTheFirmware/GhostInTheFirmware.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/GhostInTheFirmware/GhostInTheFirmware.ino b/examples/GhostInTheFirmware/GhostInTheFirmware.ino index 284eff6c..81d41ea9 100644 --- a/examples/GhostInTheFirmware/GhostInTheFirmware.ino +++ b/examples/GhostInTheFirmware/GhostInTheFirmware.ino @@ -123,7 +123,7 @@ static const kaleidoscope::GhostInTheFirmware::GhostKey ghost_keys[] PROGMEM = { void setup() { USE_PLUGINS(&GhostInTheFirmware, &StalkerEffect, &Macros); - StalkerEffect.configure(STALKER(BlazingTrail, NULL)); + StalkerEffect.variant = STALKER(BlazingTrail); GhostInTheFirmware.ghost_keys = ghost_keys; event_handler_hook_use(eventDropper);