X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.gitmodules;h=12b7cb918f2a7b9ebe35d03cffc1fd2a0c61edec;hb=7a433a7f3deea8e4d04a469e31e8b47047eacc99;hp=3e34a635c7fa234b5c335581acf113582c8ccb3a;hpb=b17f52ebe188b612d0cb063bd2386434a952aaf4;p=qmk_firmware.git diff --git a/.gitmodules b/.gitmodules index 3e34a635c..12b7cb918 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,12 @@ -[submodule "protocol/usb_hid/USB_Host_Shield_2.0"] - path = protocol/usb_hid/USB_Host_Shield_2.0 - url = git@github.com:tmk/USB_Host_Shield_2.0.git +[submodule "lib/chibios"] + path = lib/chibios + url = https://github.com/ChibiOS/ChibiOS.git +[submodule "lib/chibios-contrib"] + path = lib/chibios-contrib + url = https://github.com/ChibiOS/ChibiOS-Contrib.git +[submodule "lib/ugfx"] + path = lib/ugfx + url = https://bitbucket.org/Tectu/ugfx +[submodule "lib/googletest"] + path = lib/googletest + url = https://github.com/google/googletest