diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/feature_rgblight.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/feature_rgblight.md b/docs/feature_rgblight.md index 9ecc0deb5..c9323deb5 100644 --- a/docs/feature_rgblight.md +++ b/docs/feature_rgblight.md @@ -125,6 +125,8 @@ The following options can be used to tweak the various animations: You can also modify the speeds that the different modes animate at: +Here is a quick demo on Youtube (with NPKC KC60) (https://www.youtube.com/watch?v=VKrpPAHlisY). + ```c // How long (in milliseconds) to wait between animation steps for each of the "Solid color breathing" animations const uint8_t RGBLED_BREATHING_INTERVALS[] PROGMEM = {30, 20, 10, 5}; |