aboutsummaryrefslogtreecommitdiff
path: root/docs/glossary.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/glossary.md')
-rw-r--r--docs/glossary.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/glossary.md b/docs/glossary.md
index a49e935d8..1ccd8f76c 100644
--- a/docs/glossary.md
+++ b/docs/glossary.md
@@ -50,7 +50,7 @@ The software that controls your MCU.
50Software provided by Atmel for flashing AVR devices. We generally recommend [QMK Flasher](https://github.com/qmk/qmk_flasher) instead, but for some advanced use cases FLIP is required. 50Software provided by Atmel for flashing AVR devices. We generally recommend [QMK Flasher](https://github.com/qmk/qmk_flasher) instead, but for some advanced use cases FLIP is required.
51 51
52## git 52## git
53Versioning software used at the commandline 53Versioning software used at the command line
54 54
55## GitHub 55## GitHub
56The website that hosts most of the QMK project. It provides integration with git, issue tracking, and other features that help us run QMK. 56The website that hosts most of the QMK project. It provides integration with git, issue tracking, and other features that help us run QMK.
@@ -91,7 +91,7 @@ Software package that is used to compile all the source files. You run `make` wi
91A wiring pattern of columns and rows that enables the MCU to detect keypresses with a fewer number of pins. The matrix often incorporates diodes to allow for NKRO. 91A wiring pattern of columns and rows that enables the MCU to detect keypresses with a fewer number of pins. The matrix often incorporates diodes to allow for NKRO.
92 92
93## Macro 93## Macro
94A feature that lets you send muiltple keypress events (hid reports) after having pressed only a single key. 94A feature that lets you send multiple keypress events (hid reports) after having pressed only a single key.
95 95
96* [Macro Documentation](feature_macros.md) 96* [Macro Documentation](feature_macros.md)
97 97
@@ -139,12 +139,12 @@ A special set of shift keys which allow you to type various types of braces by t
139Pressing and releasing a key. In some situations you will need to distinguish between a key down and a key up event, and Tap always refers to both at once. 139Pressing and releasing a key. In some situations you will need to distinguish between a key down and a key up event, and Tap always refers to both at once.
140 140
141## Tap Dance 141## Tap Dance
142A feature that lets you assign muiltple keycodes to the same key based on how many times you press it. 142A feature that lets you assign multiple keycodes to the same key based on how many times you press it.
143 143
144* [Tap Dance Documentation](feature_tap_dance.md) 144* [Tap Dance Documentation](feature_tap_dance.md)
145 145
146## Teensy 146## Teensy
147A low-cost AVR development board that is commonly used for hand-wired builds. A teensy is often chosen despite costing a few dollors more due to its halfkay bootloader, which makes flashing very simple. 147A low-cost AVR development board that is commonly used for hand-wired builds. A teensy is often chosen despite costing a few dollars more due to its halfkay bootloader, which makes flashing very simple.
148 148
149## Underlight 149## Underlight
150A generic term for LEDs that light the underside of the board. These LED's typically shine away from the bottom of the PCB and towards the surface the keyboard rests on. 150A generic term for LEDs that light the underside of the board. These LED's typically shine away from the bottom of the PCB and towards the surface the keyboard rests on.