Merge pull request #159 from KMKfw/rgb-small-cleanup

small docs add for rgb
This commit is contained in:
Josh Klar 2020-07-13 15:04:28 -07:00 committed by GitHub
commit 81c6b0ca5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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