summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Vincent <jesse@fsck.com>2018-12-05 08:55:59 -0800
committerGitHub <noreply@github.com>2018-12-05 08:55:59 -0800
commit0175207ea7932cde8717a0b52919f82e0ec6a53d (patch)
treeb52661be1f8baacf80d15927035d230058278426
parentab471273bc69c5243032d6e39451b2424ff57d1e (diff)
parentf4855c9279e41793262e144001293c7187e081c2 (diff)
downloadmodel01-firmware-0175207ea7932cde8717a0b52919f82e0ec6a53d.tar.gz
model01-firmware-0175207ea7932cde8717a0b52919f82e0ec6a53d.tar.bz2
model01-firmware-0175207ea7932cde8717a0b52919f82e0ec6a53d.zip
Merge pull request #71 from keyboardio/doc/link-updates
Update the URL of LED-Stalker, to point to the new docs
-rw-r--r--Model01-Firmware.ino6
1 files changed, 3 insertions, 3 deletions
diff --git a/Model01-Firmware.ino b/Model01-Firmware.ino
index a5363f0..b6a556c 100644
--- a/Model01-Firmware.ino
+++ b/Model01-Firmware.ino
@@ -502,9 +502,9 @@ void setup() {
LEDRainbowEffect.brightness(150);
LEDRainbowWaveEffect.brightness(150);
- // The LED Stalker mode has a few effects. The one we like is
- // called 'BlazingTrail'. For details on other options,
- // see https://github.com/keyboardio/Kaleidoscope-LED-Stalker
+ // The LED Stalker mode has a few effects. The one we like is called
+ // 'BlazingTrail'. For details on other options, see
+ // https://github.com/keyboardio/Kaleidoscope/blob/master/doc/plugin/LED-Stalker.md
StalkerEffect.variant = STALKER(BlazingTrail);
// We want to make sure that the firmware starts with LED effects off