summary refs log tree commit diff
path: root/.gitmodules
diff options
context:
space:
mode:
authorfredizzimo <fsundvik@gmail.com>2017-06-14 11:13:39 +0700
committerskullydazed <skullydazed@users.noreply.github.com>2017-06-13 21:13:39 -0700
commit3aa620c1ac4cbeff857f0add5080c07ac5b9fb65 (patch)
treeebb8663f18be782e373c258c44b813f9e7454905 /.gitmodules
parentc2c9cb25054c7f2c0afd5f67a57c5069fcddca6a (diff)
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--.gitmodules6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules
index 12b7cb918f..b3605a0ea1 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,12 +1,12 @@
 [submodule "lib/chibios"]
 	path = lib/chibios
-	url = https://github.com/ChibiOS/ChibiOS.git
+	url = https://github.com/qmk/ChibiOS
 [submodule "lib/chibios-contrib"]
 	path = lib/chibios-contrib
-	url = https://github.com/ChibiOS/ChibiOS-Contrib.git
+	url = https://github.com/qmk/ChibiOS-Contrib
 [submodule "lib/ugfx"]
 	path = lib/ugfx
-	url = https://bitbucket.org/Tectu/ugfx
+	url = https://github.com/qmk/uGFX
 [submodule "lib/googletest"]
 	path = lib/googletest
 	url = https://github.com/google/googletest