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 /quantum/visualizer/readme.md | |
parent | 4fa7c9f1d0a51465991b926522472e969107e80c (diff) | |
download | qmk_firmware-3f4d706c98fc3a7f5fcec6ed0b62291b4159f097.tar.gz qmk_firmware-3f4d706c98fc3a7f5fcec6ed0b62291b4159f097.zip |
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 'quantum/visualizer/readme.md')
-rw-r--r-- | quantum/visualizer/readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/visualizer/readme.md b/quantum/visualizer/readme.md index 545ba22707..298efb742f 100644 --- a/quantum/visualizer/readme.md +++ b/quantum/visualizer/readme.md @@ -1,7 +1,7 @@ # A visualization library for the TMK keyboard firmware This library is designed to work together with the [TMK keyboard firmware](https://github.com/tmk/tmk_keyboard). Currently it only works for [Chibios](http://www.chibios.org/) - flavors, but it would be possible to add support for other configurations as well. The LCD display functionality is provided by the [uGFX library](http://www.ugfx.org/). + flavors, but it would be possible to add support for other configurations as well. The LCD display functionality is provided by the [uGFX library](https://ugfx.io/). ## To use this library as a user You can and should modify the visualizer\_user.c file. Check the comments in the file for more information. |