summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-06-30 04:12:24 +0200
committerJack Humbert <jack.humb@gmail.com>2017-06-30 04:12:24 +0200
commit3e3c3e2b246737b9c29dc22764c1ac689130bb50 (patch)
tree7987b57ee764ff97a439a908de7ee549ed827108 /docs
parent9f643ba8bf8bf8f187af1e33f4435e7b4f7ae0f5 (diff)
downloadqmk_firmware-3e3c3e2b246737b9c29dc22764c1ac689130bb50.tar.gz
qmk_firmware-3e3c3e2b246737b9c29dc22764c1ac689130bb50.tar.xz
start glossary
Diffstat (limited to 'docs')
-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 @@
* [Mouse keys](mouse_keys.md)
* Reference
+ * [Glossary](glossary.md)
* [Keymap overview](keymap.md)
* [Keycodes](keycodes.md)
* [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 @@
+# Glossary of QMK terms
+
+git
+: versioning software used at the commandline
+
+keymap
+: an array of keycodes mapped to a physical keyboard layout, which are processed on key presses and releases
+
+matrix
+: 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