From 0fb5256b853a8c2ff6eb35433436d82c1ae76c7a Mon Sep 17 00:00:00 2001 From: ben lovett Date: Wed, 15 Jan 2020 19:54:20 -0800 Subject: Fix links to keyboard definitions. --- Model01-Firmware.ino | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Model01-Firmware.ino b/Model01-Firmware.ino index 01fe286..8162c2e 100644 --- a/Model01-Firmware.ino +++ b/Model01-Firmware.ino @@ -105,10 +105,10 @@ enum { MACRO_VERSION_INFO, * defined as part of the USB HID Keyboard specification. You can find the names * (if not yet the explanations) for all the standard `Key_` defintions offered by * Kaleidoscope in these files: - * https://github.com/keyboardio/Kaleidoscope/blob/master/src/key_defs_keyboard.h - * https://github.com/keyboardio/Kaleidoscope/blob/master/src/key_defs_consumerctl.h - * https://github.com/keyboardio/Kaleidoscope/blob/master/src/key_defs_sysctl.h - * https://github.com/keyboardio/Kaleidoscope/blob/master/src/key_defs_keymaps.h + * https://github.com/keyboardio/Kaleidoscope/blob/master/src/kaleidoscope/key_defs_keyboard.h + * https://github.com/keyboardio/Kaleidoscope/blob/master/src/kaleidoscope/key_defs_consumerctl.h + * https://github.com/keyboardio/Kaleidoscope/blob/master/src/kaleidoscope/key_defs_sysctl.h + * https://github.com/keyboardio/Kaleidoscope/blob/master/src/kaleidoscope/key_defs_keymaps.h * * Additional things that should be documented here include * using ___ to let keypresses fall through to the previously active layer -- cgit v1.2.3 From 397cd1a350b1e1817545d98a23afe94e387751d9 Mon Sep 17 00:00:00 2001 From: ben lovett Date: Wed, 15 Jan 2020 19:59:09 -0800 Subject: Also update LED-Stalker doc link. --- Model01-Firmware.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3