~ruther/qmk_firmware

fa6d23235bf429446250cd5212e209d5fbfdbac2 — Ryan 1 year, 6 days ago 119e54e
[docs] Remove gitbook directory (#23839)

5 files changed, 2 insertions(+), 2 deletions(-)

M docs/__capabilities.md
M docs/feature_rgblight.md
R docs/{gitbook/images/color-wheel.svg => public/color-wheel.svg}
R docs/{gitbook/images/favicon.ico => public/favicon.ico}
R docs/{gitbook/images/favicon.png => public/favicon.png}
M docs/__capabilities.md => docs/__capabilities.md +1 -1
@@ 41,7 41,7 @@ Unrelated to styling, high-level tech.
![QMK Light](./public/badge-community-light.svg)
![QMK Dark](./public/badge-community-dark.svg)

<img src="./gitbook/images/color-wheel.svg" alt="HSV Color Wheel" width="250"/>
<img src="./public/color-wheel.svg" alt="HSV Color Wheel" width="250"/>

### Lists


M docs/feature_rgblight.md => docs/feature_rgblight.md +1 -1
@@ 49,7 49,7 @@ Then you should be able to use the keycodes below to change the RGB lighting to 

QMK 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"/>
<img src="./public/color-wheel.svg" alt="HSV Color Wheel" width="250"/>

Changing the **Hue** cycles around the circle.<br>
Changing the **Saturation** moves between the inner and outer sections of the wheel, affecting the intensity of the color.<br>

R docs/gitbook/images/color-wheel.svg => docs/public/color-wheel.svg +0 -0
R docs/gitbook/images/favicon.ico => docs/public/favicon.ico +0 -0
R docs/gitbook/images/favicon.png => docs/public/favicon.png +0 -0
Do not follow this link