summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2018-05-04 09:59:16 -0700
committerGitHub <noreply@github.com>2018-05-04 09:59:16 -0700
commit034b189c75bf61323739722afdca4d656a56f7ad (patch)
tree1adf0619ffd2f9ced1974de28bd2862839ba9822 /.gitmodules
parenta8bd37f14d9e13c57a6cf73845353e8adbd7cdcb (diff)
parent32363b801b6e602baaf7e4ef5a5bd429edb915c2 (diff)
Merge pull request #805 from dhalbert/3.0_cpx_freeze_hid_cpx
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