logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: 6c8750023125cbecb267d6608ff8684fecb33353
parent 93f566280ec483b0d3ac022870c8f73c9ea6cf44
Author: QMK Bot <hello@qmk.fm>
Date:   Sat,  1 Jun 2024 00:38:08 +0000

Merge remote-tracking branch 'origin/master' into develop

Diffstat:

Mdocs/__capabilities.md2+-
Mdocs/feature_rgblight.md2+-
Rdocs/gitbook/images/color-wheel.svg -> docs/public/color-wheel.svg0
Rdocs/gitbook/images/favicon.ico -> docs/public/favicon.ico0
Rdocs/gitbook/images/favicon.png -> docs/public/favicon.png0
5 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/__capabilities.md b/docs/__capabilities.md @@ -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 diff --git a/docs/feature_rgblight.md b/docs/feature_rgblight.md @@ -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> diff --git a/docs/gitbook/images/color-wheel.svg b/docs/public/color-wheel.svg diff --git a/docs/gitbook/images/favicon.ico b/docs/public/favicon.ico Binary files differ. diff --git a/docs/gitbook/images/favicon.png b/docs/public/favicon.png Binary files differ.