aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Config_Changes.md
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2020-10-08 20:06:59 -0400
committerKevin O'Connor <kevin@koconnor.net>2020-10-29 12:00:25 -0400
commit7263077db5a04f94bfe51c44984e37c0f05dfc8c (patch)
treebfc6d5ba8aefed5193b0d15d29e8b31fc44b7a2b /docs/Config_Changes.md
parent2bb30265b513269f5e749f87a424bf6772f7fc11 (diff)
downloadkutter-7263077db5a04f94bfe51c44984e37c0f05dfc8c.tar.gz
kutter-7263077db5a04f94bfe51c44984e37c0f05dfc8c.tar.xz
kutter-7263077db5a04f94bfe51c44984e37c0f05dfc8c.zip
neopixel: Add support for RGBW LEDs
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Config_Changes.md')
-rw-r--r--docs/Config_Changes.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md
index ba13ffc0..9153f64a 100644
--- a/docs/Config_Changes.md
+++ b/docs/Config_Changes.md
@@ -6,6 +6,10 @@ All dates in this document are approximate.
# Changes
+20201029: The neopixel `color_order_GRB` config option has been
+removed. If necessary, update the config to set the new `color_order`
+option to RGB, GRB, RGBW, or GRBW.
+
20201029: The serial option in the mcu config section no longer
defaults to /dev/ttyS0. In the rare situation where /dev/ttyS0 is the
desired serial port, it must be specified explicitly.