diff options
author | ben lovett <blovett@users.noreply.github.com> | 2020-01-15 19:59:09 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-15 19:59:09 -0800 |
commit | 397cd1a350b1e1817545d98a23afe94e387751d9 (patch) | |
tree | 7b51d00f338e63ed8448e4f7277be149fd31ad1f | |
parent | 0fb5256b853a8c2ff6eb35433436d82c1ae76c7a (diff) | |
download | model01-firmware-397cd1a350b1e1817545d98a23afe94e387751d9.tar.gz model01-firmware-397cd1a350b1e1817545d98a23afe94e387751d9.tar.bz2 model01-firmware-397cd1a350b1e1817545d98a23afe94e387751d9.zip |
Also update LED-Stalker doc link.
-rw-r--r-- | Model01-Firmware.ino | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Model01-Firmware.ino b/Model01-Firmware.ino index 8162c2e..60d5f7c 100644 --- a/Model01-Firmware.ino +++ b/Model01-Firmware.ino @@ -543,7 +543,7 @@ void setup() { // 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 + // https://github.com/keyboardio/Kaleidoscope/blob/master/docs/plugins/LED-Stalker.md StalkerEffect.variant = STALKER(BlazingTrail); // We want to make sure that the firmware starts with LED effects off |