]> git.donarmstrong.com Git - qmk_firmware.git/blob - docs/feature_rgblight.md
break up keymaps and quantum keycodes into files by feature
[qmk_firmware.git] / docs / feature_rgblight.md
1 # RGB Lighting
2
3 <!-- FIXME: Describe how to use RGB Lighting here. -->
4
5 ## RGB Lighting Keycodes
6
7 This controls the RGB Lighting functionality. Most keyboards use WS2812 (and compatible) LEDs for underlight or case lighting.
8
9 |Name|Description|
10 |----|-----------|
11 |`RGB_TOG`|toggle on/off|
12 |`RGB_MOD`|cycle through modes|
13 |`RGB_HUI`|hue increase|
14 |`RGB_HUD`|hue decrease|
15 |`RGB_SAI`|saturation increase|
16 |`RGB_SAD`|saturation decrease|
17 |`RGB_VAI`|value increase|
18 |`RGB_VAD`|value decrease|