aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Vincent <jesse@keyboard.io>2017-06-07 15:23:19 -0700
committerJesse Vincent <jesse@keyboard.io>2017-06-07 15:23:19 -0700
commit5569810bebeec7a06b9583f88aea27ab4ede3d79 (patch)
tree953cd0eb5baa82c799a340a97a9f20cc6d8e2752
parent"make astyle" (diff)
downloadkeyboardio-model01-5569810bebeec7a06b9583f88aea27ab4ede3d79.tar.gz
keyboardio-model01-5569810bebeec7a06b9583f88aea27ab4ede3d79.tar.bz2
keyboardio-model01-5569810bebeec7a06b9583f88aea27ab4ede3d79.zip
Update to new Stalker API
-rw-r--r--Model01-Firmware.ino2
1 files changed, 1 insertions, 1 deletions
diff --git a/Model01-Firmware.ino b/Model01-Firmware.ino
index daaa0b1..ad01b0f 100644
--- a/Model01-Firmware.ino
+++ b/Model01-Firmware.ino
@@ -123,7 +123,7 @@ void setup() {
NULL);
AlphaSquare.color = { 255, 0, 0 };
- StalkerEffect.configure(STALKER(BlazingTrail, NULL));
+ StalkerEffect.variant = STALKER(BlazingTrail);
LEDOff.activate();
}