From d47665df503591f1b706b866df9a1340a5608f2f Mon Sep 17 00:00:00 2001 From: Kyle Brown Date: Sun, 12 Jul 2020 19:07:17 -0700 Subject: [PATCH] small docs add for rgb --- docs/rgb.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/rgb.md b/docs/rgb.md index c595f89..a5c2b62 100644 --- a/docs/rgb.md +++ b/docs/rgb.md @@ -37,6 +37,7 @@ Changing the **Value** sets the overall brightness. |`KC.RGB_MODE_RAINBOW` |`RGB_M_R` |Rainbow animation | |`KC.RGB_MODE_BREATHE_RAINBOW`|`RGB_M_BR` |Breathing rainbow animation | |`KC.RGB_MODE_KNIGHT` |`RGB_M_K` |Knightrider animation | +|`KC.RGB_MODE_SWIRL` |`RGB_M_S` |Swirl animation | ## Configuration |Define |Default |Description | @@ -101,7 +102,7 @@ If you wish to interact with these as you would normal LED's and do not want hel neopixel object directly like this. ```python keyboard.pixels.disable_auto_write = True -keyboard.pixels.neopixel() # <-- This is the neopixel object +keyboard.pixels.neopixel() # <-- This is the neopixel object ``` ## User animations