diff options
author | electron2410 <66944639+electron2410@users.noreply.github.com> | 2022-03-14 17:30:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-14 12:30:58 -0400 |
commit | 02d770ae3cd441581eeac9dc7a399e2cf507d147 (patch) | |
tree | ef5bd91af3bbffa8190489f53f60489fcb3d0f64 /docs/Config_Reference.md | |
parent | 7731c304226ed7b161fceb2704be1a13ec6247dc (diff) | |
download | kutter-02d770ae3cd441581eeac9dc7a399e2cf507d147.tar.gz kutter-02d770ae3cd441581eeac9dc7a399e2cf507d147.tar.xz kutter-02d770ae3cd441581eeac9dc7a399e2cf507d147.zip |
neopixel: add BGR for neopixel (#5160)
Signed-off-by: Thomas Liebold <electron2410@gmail.com>
Diffstat (limited to 'docs/Config_Reference.md')
-rw-r--r-- | docs/Config_Reference.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index 83503867..66205fc3 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -2556,7 +2556,7 @@ pin: # Neopixel is connected to the pin). #color_order: GRB # Set the pixel order required by the LED hardware. Options are GRB, -# RGB, BRG, GRBW, or RGBW. The default is GRB. +# RGB, BRG, BGR, GRBW, or RGBW. The default is GRB. #initial_RED: 0.0 #initial_GREEN: 0.0 #initial_BLUE: 0.0 |