]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
start glossary
authorJack Humbert <jack.humb@gmail.com>
Fri, 30 Jun 2017 02:12:24 +0000 (22:12 -0400)
committerJack Humbert <jack.humb@gmail.com>
Fri, 30 Jun 2017 02:12:24 +0000 (22:12 -0400)
docs/_summary.md
docs/glossary.md [new file with mode: 0644]

index 87ccda5e449bdfa3faf25c401ce5103de6d0e0d3..1b87399fbe7527d4c738e22d5a3a0f56d7778938 100644 (file)
@@ -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 (file)
index 0000000..f69b170
--- /dev/null
@@ -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