From b047c658418b7c6bca67584a3aafd007e56ee19e Mon Sep 17 00:00:00 2001 From: skullY Date: Mon, 4 May 2020 16:28:14 -0700 Subject: [PATCH 1/2] switch to qmk forks for everything --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 426d22076723..b81afaf00dfb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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.git From 6f95eaf1141e66d380e6f661277bc96a9e708835 Mon Sep 17 00:00:00 2001 From: Zach White Date: Mon, 4 May 2020 19:27:03 -0700 Subject: [PATCH 2/2] Update .gitmodules Co-authored-by: Ryan --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index b81afaf00dfb..324ef790d34c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -21,4 +21,4 @@ url = https://github.com/qmk/v-usb [submodule "lib/printf"] path = lib/printf - url = https://github.com/qmk/printf.git + url = https://github.com/qmk/printf