aboutsummaryrefslogtreecommitdiff
path: root/docs/reference_glossary.md
diff options
context:
space:
mode:
authorJayceFayne <13365789+JayceFayne@users.noreply.github.com>2021-09-04 16:01:56 +0200
committerGitHub <noreply@github.com>2021-09-04 15:01:56 +0100
commit014aa0661e2d9cf5b67334f82869d4a841cc703f (patch)
treea98f155bdfc851b3f67557005ef5007053ec6e8a /docs/reference_glossary.md
parentc9262cf7f8ff42741189a765ca76b531ac20fbc5 (diff)
downloadqmk_firmware-014aa0661e2d9cf5b67334f82869d4a841cc703f.tar.gz
qmk_firmware-014aa0661e2d9cf5b67334f82869d4a841cc703f.zip
Fix Space Cadet md link (#14300)
Diffstat (limited to 'docs/reference_glossary.md')
-rw-r--r--docs/reference_glossary.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference_glossary.md b/docs/reference_glossary.md
index f9317b7ba..ace6b5f33 100644
--- a/docs/reference_glossary.md
+++ b/docs/reference_glossary.md
@@ -130,7 +130,7 @@ A 1 byte number that is sent as part of a HID report over USB that represents a
130## Space Cadet Shift 130## Space Cadet Shift
131A special set of shift keys which allow you to type various types of braces by tapping the left or right shift one or more times. 131A special set of shift keys which allow you to type various types of braces by tapping the left or right shift one or more times.
132 132
133* [Space Cadet Shift Documentation](feature_space_cadet_shift.md) 133* [Space Cadet Shift Documentation](feature_space_cadet.md)
134 134
135## Tap 135## Tap
136Pressing and releasing a key. In some situations you will need to distinguish between a key down and a key up event, and Tap always refers to both at once. 136Pressing and releasing a key. In some situations you will need to distinguish between a key down and a key up event, and Tap always refers to both at once.