Updated the example to use the newest Stalker APIs

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
pull/389/head
Gergely Nagy 7 years ago
parent 9f064411c2
commit fbd21c0462

@ -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);

Loading…
Cancel
Save