aboutsummaryrefslogtreecommitdiff
path: root/docs/reference_glossary.md
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2018-08-02 01:43:54 +1000
committerDrashna Jaelre <drashna@live.com>2018-08-01 08:43:54 -0700
commit03ad6927cba0698926542dd4f866d910f360e51d (patch)
treeabce2bffdc4c4c6839e5aa8ac0494abe7ac0faab /docs/reference_glossary.md
parentff14028bd8761f8935b7782208345b42a18b018c (diff)
downloadqmk_firmware-03ad6927cba0698926542dd4f866d910f360e51d.tar.gz
qmk_firmware-03ad6927cba0698926542dd4f866d910f360e51d.zip
Docs: Format Space Cadet documentation (#3540)
* Format Space Cadet documentation * Fix page filenames * Move Caveats section up
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 754c1469e..29d07f26d 100644
--- a/docs/reference_glossary.md
+++ b/docs/reference_glossary.md
@@ -133,7 +133,7 @@ A 1 byte number that is sent as part of a HID report over USB that represents a
133## Space Cadet Shift 133## Space Cadet Shift
134A 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. 134A 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.
135 135
136* [Space Cadet Shift Documentation](feature_space_cadet.md) 136* [Space Cadet Shift Documentation](feature_space_cadet_shift.md)
137 137
138## Tap 138## Tap
139Pressing 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. 139Pressing 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.