diff options
Diffstat (limited to 'docs/Config_Reference.md')
-rw-r--r-- | docs/Config_Reference.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index c62d4274..780d5707 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -2557,8 +2557,9 @@ pin: # provided pin. The default is 1 (which indicates only a single # Neopixel is connected to the pin). #color_order: GRB -# Set the pixel order required by the LED hardware. Options are GRB, -# RGB, BRG, BGR, GRBW, or RGBW. The default is GRB. +# Set the pixel order required by the LED hardware (using a string +# containing the letters R, G, B, W with W optional). The default is +# GRB. #initial_RED: 0.0 #initial_GREEN: 0.0 #initial_BLUE: 0.0 |