From 3aa620c1ac4cbeff857f0add5080c07ac5b9fb65 Mon Sep 17 00:00:00 2001 From: fredizzimo Date: Wed, 14 Jun 2017 11:13:39 +0700 Subject: 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. --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 12b7cb918..b3605a0ea 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 -- cgit v1.2.3-24-g4f1b