You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
329 B
Markdown
10 lines
329 B
Markdown
7 years ago
|
# 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
|