diff options
Diffstat (limited to 'docs/feature_rgblight.md')
-rw-r--r-- | docs/feature_rgblight.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_rgblight.md b/docs/feature_rgblight.md index bd9cb352c..8f4f08024 100644 --- a/docs/feature_rgblight.md +++ b/docs/feature_rgblight.md | |||
@@ -80,7 +80,7 @@ const uint8_t RGBLED_KNIGHT_INTERVALS[] PROGMEM = {127, 63, 31}; | |||
80 | const uint16_t RGBLED_GRADIENT_RANGES[] PROGMEM = {360, 240, 180, 120, 90}; | 80 | const uint16_t RGBLED_GRADIENT_RANGES[] PROGMEM = {360, 240, 180, 120, 90}; |
81 | ``` | 81 | ``` |
82 | 82 | ||
83 | ### LED control | 83 | ### LED Control |
84 | 84 | ||
85 | Look in `rgblights.h` for all available functions, but if you want to control all or some LEDs your goto functions are: | 85 | Look in `rgblights.h` for all available functions, but if you want to control all or some LEDs your goto functions are: |
86 | 86 | ||