diff options
| author | Brian Choromanski <BrianChoromanski@gmail.com> | 2019-03-29 09:20:25 -0400 |
|---|---|---|
| committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-03-29 06:20:25 -0700 |
| commit | 3f4d706c98fc3a7f5fcec6ed0b62291b4159f097 (patch) | |
| tree | 545149e90c13c1feb732f4d274c24f50e935e7ed /docs | |
| parent | 4fa7c9f1d0a51465991b926522472e969107e80c (diff) | |
Fixing dead links (#5503)
* Fixed typo of 'confid.h' to 'config.h' * Fixed broken links in docs * Fixed a lot of dead links * Removed all dead links that I could not find a replacement for * Placed knops links back in * Fixed plank keymaps so that they will compile for planck light * Https doesn't work on knops.io * tv44:budi now compiles * s60_x:amnesia0287 now compiles * Fixed allocation of key_combos so that narze keymap for planck can compile correctly * Disabled rgb on ergodone and infinity * Enabled tap dance so it compiles * Added return statement so it compiles * If compiling on light disable extra functionality * Properly redefined variable so it compiles * Remove remaining dead links
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 9ecc0deb5c..c9323deb5e 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}; |
