aboutsummaryrefslogtreecommitdiff
path: root/docs/reference_glossary.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference_glossary.md')
-rw-r--r--docs/reference_glossary.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/reference_glossary.md b/docs/reference_glossary.md
index 422abb2ec..08a22050c 100644
--- a/docs/reference_glossary.md
+++ b/docs/reference_glossary.md
@@ -1,16 +1,16 @@
1# Glossary of QMK Terms 1# Glossary of QMK Terms
2 2
3## ARM 3## ARM
4A line of 32-bit MCU's produced by a number of companies, such as Atmel, Cypress, Kinetis, NXP, ST, and TI. 4A line of 32-bit MCUs produced by a number of companies, such as Atmel, Cypress, Kinetis, NXP, ST, and TI.
5 5
6## AVR 6## AVR
7A line of 8-bit MCU's produced by [Atmel](http://www.microchip.com/). AVR was the original platform that TMK supported. 7A line of 8-bit MCUs produced by [Atmel](http://www.microchip.com/). AVR was the original platform that TMK supported.
8 8
9## AZERTY 9## AZERTY
10The standard Français (French) keyboard layout. Named for the first 6 keys on the keyboard. 10The standard Français (French) keyboard layout. Named for the first 6 keys on the keyboard.
11 11
12## Backlight 12## Backlight
13A generic term for lighting on a keyboard. The backlight is typically, but not always, an array of LED's that shine through keycaps and/or switches. 13A generic term for lighting on a keyboard. The backlight is typically, but not always, an array of LEDs that shine through keycaps and/or switches.
14 14
15## Bluetooth 15## Bluetooth
16A short range peer to peer wireless protocol. Most common wireless protocol for a keyboard. 16A short range peer to peer wireless protocol. Most common wireless protocol for a keyboard.
@@ -147,7 +147,7 @@ A feature that lets you assign multiple keycodes to the same key based on how ma
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. 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 LEDs typically shine away from the bottom of the PCB and towards the surface the keyboard rests on.
151 151
152## Unicode 152## Unicode
153In the larger computer world Unicode is a set of encoding schemes for representing characters in any language. As it relates to QMK it means using various OS schemes to send unicode codepoints instead of scancodes. 153In the larger computer world Unicode is a set of encoding schemes for representing characters in any language. As it relates to QMK it means using various OS schemes to send unicode codepoints instead of scancodes.