]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - docs/glossary.md
start glossary
[qmk_firmware.git] / docs / glossary.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