diff options
author | Nick Brassel <nick@tzarc.org> | 2021-10-07 10:57:48 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-07 10:57:48 +1100 |
commit | b2a186cf92d91bbb7f98fff68c4edf571909bf89 (patch) | |
tree | c58eca68f1ca0797b8080c32be3d14b10abd286a /.gitmodules | |
parent | bc1f5ef38172bc77a802fb779e5da60f800c231b (diff) | |
download | qmk_firmware-b2a186cf92d91bbb7f98fff68c4edf571909bf89.tar.gz qmk_firmware-b2a186cf92d91bbb7f98fff68c4edf571909bf89.zip |
Purge uGFX. (#14720)
* Purge uGFX.
* Remove remnants of visualizer.
* Remove remnants of uGFX.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules index 324ef790d..681693a5a 100644 --- a/.gitmodules +++ b/.gitmodules | |||
@@ -6,10 +6,6 @@ | |||
6 | path = lib/chibios-contrib | 6 | path = lib/chibios-contrib |
7 | url = https://github.com/qmk/ChibiOS-Contrib | 7 | url = https://github.com/qmk/ChibiOS-Contrib |
8 | branch = master | 8 | branch = master |
9 | [submodule "lib/ugfx"] | ||
10 | path = lib/ugfx | ||
11 | url = https://github.com/qmk/uGFX | ||
12 | branch = master | ||
13 | [submodule "lib/googletest"] | 9 | [submodule "lib/googletest"] |
14 | path = lib/googletest | 10 | path = lib/googletest |
15 | url = https://github.com/qmk/googletest | 11 | url = https://github.com/qmk/googletest |