blob: f69b1709bc7fc189acbd5f9c824dbbc187ae2752 (
plain)
1
2
3
4
5
6
7
8
9
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
|