Skip to content

Commit

Permalink
Update uGFX and Chibios submodules + fixes (qmk#1363)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
fredizzimo authored and skullydazed committed Jun 14, 2017
1 parent c2c9cb2 commit 3aa620c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion lib/chibios
Submodule chibios updated 0 files
2 changes: 1 addition & 1 deletion lib/ugfx
Submodule ugfx updated 284 files

0 comments on commit 3aa620c

Please sign in to comment.