diff options
Diffstat (limited to 'docs')
-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 f0332bc6..7a6f9758 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -2629,8 +2629,9 @@ pin: # Neopixel is connected to the pin). #color_order: 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. +# containing the letters R, G, B, W with W optional). Alternatively, +# this may be a comma separated list of pixel orders - one for each +# LED in the chain. The default is GRB. #initial_RED: 0.0 #initial_GREEN: 0.0 #initial_BLUE: 0.0 |