summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2018-05-04 08:44:33 -0400
committerDan Halbert <halbert@halwitz.org>2018-05-04 08:44:33 -0400
commit32363b801b6e602baaf7e4ef5a5bd429edb915c2 (patch)
tree1adf0619ffd2f9ced1974de28bd2862839ba9822 /.gitmodules
parenta8bd37f14d9e13c57a6cf73845353e8adbd7cdcb (diff)
3.0: add CircuitPlayground and HID to CPX frozen modules
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
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