diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-06-29 22:12:24 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-06-29 22:12:24 -0400 |
commit | 3e3c3e2b246737b9c29dc22764c1ac689130bb50 (patch) | |
tree | 7987b57ee764ff97a439a908de7ee549ed827108 /docs/glossary.md | |
parent | 9f643ba8bf8bf8f187af1e33f4435e7b4f7ae0f5 (diff) |
start glossary
Diffstat (limited to 'docs/glossary.md')
-rw-r--r-- | docs/glossary.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/glossary.md b/docs/glossary.md new file mode 100644 index 0000000000..f69b1709bc --- /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 |