Resolved many things

This commit is contained in:
Kyle Brown
2019-02-23 20:03:42 -08:00
parent 3ae7432de0
commit 5c8c2e97fd
3 changed files with 7 additions and 9 deletions

View File

@@ -24,8 +24,6 @@ Then you should be able to use the keycodes below to change the RGB lighting to
KMK uses [Hue, Saturation, and Value](https://en.wikipedia.org/wiki/HSL_and_HSV) to select colors rather than RGB. The color wheel below demonstrates how this works.
<img src="gitbook/images/color-wheel.svg" alt="HSV Color Wheel" width="250"/>
Changing the **Hue** cycles around the circle.
Changing the **Saturation** moves between the inner and outer sections of the wheel, affecting the intensity of the color.
Changing the **Value** sets the overall brightness.