Skip to content

Commit

Permalink
Switch to qmk forks for everything (#9019)
Browse files Browse the repository at this point in the history
* switch to qmk forks for everything

Fork all our submodules to protect against upstream repos disappearing.

* Update .gitmodules
  • Loading branch information
skullydazed authored May 5, 2020
1 parent bba89c6 commit 1bbb113
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
branch = master
[submodule "lib/googletest"]
path = lib/googletest
url = https://github.com/google/googletest
url = https://github.com/qmk/googletest
[submodule "lib/lufa"]
path = lib/lufa
url = https://github.com/qmk/lufa
[submodule "lib/vusb"]
path = lib/vusb
url = https://github.com/obdev/v-usb
url = https://github.com/qmk/v-usb
[submodule "lib/printf"]
path = lib/printf
url = https://github.com/mpaland/printf.git
url = https://github.com/qmk/printf

0 comments on commit 1bbb113

Please sign in to comment.