diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-07-17 19:19:51 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-07-23 21:59:38 -0400 |
commit | abf3fa4b717ba655f0715e8ee9540afa48784d25 (patch) | |
tree | 03de34feb4eec98988a69b664cb345fd502b2652 /config/example-extras.cfg | |
parent | 197030c6844a6c797e0623af3338beb97a25bd68 (diff) | |
download | kutter-abf3fa4b717ba655f0715e8ee9540afa48784d25.tar.gz kutter-abf3fa4b717ba655f0715e8ee9540afa48784d25.tar.xz kutter-abf3fa4b717ba655f0715e8ee9540afa48784d25.zip |
neopixel: Add support for setting a default color at startup
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 27ad4ec5..0c0a5b0d 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -1656,6 +1656,11 @@ #pin: # The pin connected to the neopixel. This parameter must be # provided. +#initial_RED: 0.0 +#initial_GREEN: 0.0 +#initial_BLUE: 0.0 +# Sets the initial LED color of the Neopixel. Each value should be +# between 0.0 and 1.0. The default for each color is 0. # Firmware filament retraction. This enables G10 (retract) and G11 |