break up keymaps and quantum keycodes into files by feature
This commit is contained in:
parent
2709744cdd
commit
9b879b1267
12 changed files with 616 additions and 361 deletions
18
docs/feature_rgblight.md
Normal file
18
docs/feature_rgblight.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
# 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|
|
Loading…
Add table
Add a link
Reference in a new issue