aboutsummaryrefslogtreecommitdiff
path: root/quantum/visualizer/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/visualizer/readme.md')
-rw-r--r--quantum/visualizer/readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/visualizer/readme.md b/quantum/visualizer/readme.md
index 545ba2270..298efb742 100644
--- a/quantum/visualizer/readme.md
+++ b/quantum/visualizer/readme.md
@@ -1,7 +1,7 @@
1# A visualization library for the TMK keyboard firmware 1# A visualization library for the TMK keyboard firmware
2 2
3This 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/) 3This 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/)
4 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/). 4 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/).
5 5
6## To use this library as a user 6## To use this library as a user
7You can and should modify the visualizer\_user.c file. Check the comments in the file for more information. 7You can and should modify the visualizer\_user.c file. Check the comments in the file for more information.