aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/_summary.md1
-rw-r--r--docs/glossary.md10
2 files changed, 11 insertions, 0 deletions
diff --git a/docs/_summary.md b/docs/_summary.md
index 87ccda5e4..1b87399fb 100644
--- a/docs/_summary.md
+++ b/docs/_summary.md
@@ -16,6 +16,7 @@
16 * [Mouse keys](mouse_keys.md) 16 * [Mouse keys](mouse_keys.md)
17 17
18* Reference 18* Reference
19 * [Glossary](glossary.md)
19 * [Keymap overview](keymap.md) 20 * [Keymap overview](keymap.md)
20 * [Keycodes](keycodes.md) 21 * [Keycodes](keycodes.md)
21 * [Basic Keycodes](basic_keycodes.md) 22 * [Basic Keycodes](basic_keycodes.md)
diff --git a/docs/glossary.md b/docs/glossary.md
new file mode 100644
index 000000000..f69b1709b
--- /dev/null
+++ b/docs/glossary.md
@@ -0,0 +1,10 @@
1# Glossary of QMK terms
2
3git
4: versioning software used at the commandline
5
6keymap
7: an array of keycodes mapped to a physical keyboard layout, which are processed on key presses and releases
8
9matrix
10: a wiring pattern of columns and rows (and usually diodes) that enables the MCU to detect keypresses with a fewer number of pins \ No newline at end of file