]> git.donarmstrong.com Git - qmk_firmware.git/blob - docs/feature_backlight.md
Format keycode tables
[qmk_firmware.git] / docs / feature_backlight.md
1 # Backlighting
2
3 <!-- FIXME: Describe how backlighting works in QMK -->
4
5 ## Backlight Keycodes
6
7 These keycodes control the backlight. Most keyboards use this for single color in-switch lighting.
8
9 |Key      |Description                               |
10 |---------|------------------------------------------|
11 |`BL_TOGG`|Turn the backlight on or off              |
12 |`BL_STEP`|Cycle through backlight levels            |
13 |`BL_x`   |Set a specific backlight level between 0-9|
14 |`BL_ON`  |An alias for `BL_9`                       |
15 |`BL_OFF` |An alias for `BL_0`                       |
16 |`BL_INC` |Increase backlight level                  |
17 |`BL_DEC` |Decrease backlight level                  |