diff options
author | fredizzimo <fsundvik@gmail.com> | 2017-06-14 11:13:39 +0700 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2017-06-13 21:13:39 -0700 |
commit | 3aa620c1ac4cbeff857f0add5080c07ac5b9fb65 (patch) | |
tree | ebb8663f18be782e373c258c44b813f9e7454905 /.gitmodules | |
parent | c2c9cb25054c7f2c0afd5f67a57c5069fcddca6a (diff) | |
download | qmk_firmware-3aa620c1ac4cbeff857f0add5080c07ac5b9fb65.tar.gz qmk_firmware-3aa620c1ac4cbeff857f0add5080c07ac5b9fb65.zip |
Update uGFX and Chibios submodules + fixes (#1363)
* Make submodules point to qmk
* Update uGFX to 2.7
* Use ugfx with custom fixes
* Fix the ChibiOs submodule commit hash
To match the hashes in the mabl/ChibiOS and therefore QMK repository.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 12b7cb918..b3605a0ea 100644 --- a/.gitmodules +++ b/.gitmodules | |||
@@ -1,12 +1,12 @@ | |||
1 | [submodule "lib/chibios"] | 1 | [submodule "lib/chibios"] |
2 | path = lib/chibios | 2 | path = lib/chibios |
3 | url = https://github.com/ChibiOS/ChibiOS.git | 3 | url = https://github.com/qmk/ChibiOS |
4 | [submodule "lib/chibios-contrib"] | 4 | [submodule "lib/chibios-contrib"] |
5 | path = lib/chibios-contrib | 5 | path = lib/chibios-contrib |
6 | url = https://github.com/ChibiOS/ChibiOS-Contrib.git | 6 | url = https://github.com/qmk/ChibiOS-Contrib |
7 | [submodule "lib/ugfx"] | 7 | [submodule "lib/ugfx"] |
8 | path = lib/ugfx | 8 | path = lib/ugfx |
9 | url = https://bitbucket.org/Tectu/ugfx | 9 | url = https://github.com/qmk/uGFX |
10 | [submodule "lib/googletest"] | 10 | [submodule "lib/googletest"] |
11 | path = lib/googletest | 11 | path = lib/googletest |
12 | url = https://github.com/google/googletest | 12 | url = https://github.com/google/googletest |