diff options
| author | Dan Halbert <halbert@halwitz.org> | 2018-05-04 08:44:33 -0400 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2018-05-04 08:44:33 -0400 |
| commit | 32363b801b6e602baaf7e4ef5a5bd429edb915c2 (patch) | |
| tree | 1adf0619ffd2f9ced1974de28bd2862839ba9822 /.gitmodules | |
| parent | a8bd37f14d9e13c57a6cf73845353e8adbd7cdcb (diff) | |
3.0: add CircuitPlayground and HID to CPX frozen modules
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index ec0b01e33..d7c7b511b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -46,3 +46,9 @@ [submodule "ports/atmel-samd/freetouch"] path = ports/atmel-samd/freetouch url = https://github.com/adafruit/Adafruit_FreeTouch.git +[submodule "frozen/Adafruit_CircuitPython_CircuitPlayground"] + path = frozen/Adafruit_CircuitPython_CircuitPlayground + url = https://github.com/adafruit/Adafruit_CircuitPython_CircuitPlayground.git +[submodule "frozen/Adafruit_CircuitPython_HID"] + path = frozen/Adafruit_CircuitPython_HID + url = https://github.com/adafruit/Adafruit_CircuitPython_HID.git |
