diff options
author | ben lovett <blovett@users.noreply.github.com> | 2020-01-15 19:54:20 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-15 19:54:20 -0800 |
commit | 0fb5256b853a8c2ff6eb35433436d82c1ae76c7a (patch) | |
tree | a7fb43da22fe09ee17ad37c30636a4757b5e9e5f | |
parent | 0a60033bc705108855da87ca81417d1f1d780abe (diff) | |
download | Model01-Firmware-0fb5256b853a8c2ff6eb35433436d82c1ae76c7a.tar.gz Model01-Firmware-0fb5256b853a8c2ff6eb35433436d82c1ae76c7a.zip |
Fix links to keyboard definitions.
-rw-r--r-- | Model01-Firmware.ino | 8 |
1 files 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 |