forked from mirrors/qmk_firmware
19 lines
490 B
Markdown
19 lines
490 B
Markdown
|
# RGB Lighting
|
||
|
|
||
|
<!-- FIXME: Describe how to use RGB Lighting here. -->
|
||
|
|
||
|
## RGB Lighting Keycodes
|
||
|
|
||
|
This controls the RGB Lighting functionality. Most keyboards use WS2812 (and compatible) LEDs for underlight or case lighting.
|
||
|
|
||
|
|Name|Description|
|
||
|
|----|-----------|
|
||
|
|`RGB_TOG`|toggle on/off|
|
||
|
|`RGB_MOD`|cycle through modes|
|
||
|
|`RGB_HUI`|hue increase|
|
||
|
|`RGB_HUD`|hue decrease|
|
||
|
|`RGB_SAI`|saturation increase|
|
||
|
|`RGB_SAD`|saturation decrease|
|
||
|
|`RGB_VAI`|value increase|
|
||
|
|`RGB_VAD`|value decrease|
|