summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorXScorpion2 <rcalt2vt@gmail.com>2019-05-01 17:02:02 +0200
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-05-01 17:02:02 +0200
commit22ba36a4d86c06ce1b6049555525646eb16bb57a (patch)
tree6b2d2d8551f0f2b67d6f638b8094775a95b1bf5c /docs
parent50bc2dbe77e533959c4b8f821a31b489d25c7cb7 (diff)
downloadqmk_firmware-22ba36a4d86c06ce1b6049555525646eb16bb57a.tar.gz
qmk_firmware-22ba36a4d86c06ce1b6049555525646eb16bb57a.tar.xz
rgblight 255 hue (#5547)
Diffstat (limited to 'docs')
-rw-r--r--docs/feature_rgblight.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_rgblight.md b/docs/feature_rgblight.md
index 48277373a..8b0a45cb6 100644
--- a/docs/feature_rgblight.md
+++ b/docs/feature_rgblight.md
@@ -145,7 +145,7 @@ const uint8_t RGBLED_SNAKE_INTERVALS[] PROGMEM = {100, 50, 20};
const uint8_t RGBLED_KNIGHT_INTERVALS[] PROGMEM = {127, 63, 31};
// These control which hues are selected for each of the "Static gradient" modes
-const uint16_t RGBLED_GRADIENT_RANGES[] PROGMEM = {360, 240, 180, 120, 90};
+const uint8_t RGBLED_GRADIENT_RANGES[] PROGMEM = {255, 170, 127, 85, 64};
```
## Functions