diff options
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 6d8ab8b94..324ef790d 100644 --- a/.gitmodules +++ b/.gitmodules | |||
| @@ -12,7 +12,13 @@ | |||
| 12 | branch = master | 12 | branch = master |
| 13 | [submodule "lib/googletest"] | 13 | [submodule "lib/googletest"] |
| 14 | path = lib/googletest | 14 | path = lib/googletest |
| 15 | url = https://github.com/google/googletest | 15 | url = https://github.com/qmk/googletest |
| 16 | [submodule "lib/lufa"] | 16 | [submodule "lib/lufa"] |
| 17 | path = lib/lufa | 17 | path = lib/lufa |
| 18 | url = https://github.com/qmk/lufa | 18 | url = https://github.com/qmk/lufa |
| 19 | [submodule "lib/vusb"] | ||
| 20 | path = lib/vusb | ||
| 21 | url = https://github.com/qmk/v-usb | ||
| 22 | [submodule "lib/printf"] | ||
| 23 | path = lib/printf | ||
| 24 | url = https://github.com/qmk/printf | ||
