diff options
| author | Dan Halbert <halbert@halwitz.org> | 2018-05-24 13:28:03 -0400 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2018-05-24 13:28:03 -0400 |
| commit | b9f36184f57264926230e31096ea0321c6de9382 (patch) | |
| tree | a4370f84eed7e903917389f4d6bcc1c8da983cbd /.gitmodules | |
| parent | 083f91363aee04f06cab1f4cc895a4aca185d04c (diff) | |
refine pirkey build
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 9025eb7d6..d0f3fd565 100644 --- a/.gitmodules +++ b/.gitmodules @@ -61,3 +61,9 @@ [submodule "ports/atmel-samd/Adafruit_CircuitPython_seesaw"] path = frozen/Adafruit_CircuitPython_seesaw url = https://github.com/adafruit/Adafruit_CircuitPython_seesaw.git +[submodule "frozen/Adafruit_CircuitPython_IRRemote"] + path = frozen/Adafruit_CircuitPython_IRRemote + url = https://github.com/adafruit/Adafruit_CircuitPython_IRRemote.git +[submodule "frozen/Adafruit_CircuitPython_DotStar"] + path = frozen/Adafruit_CircuitPython_DotStar + url = https://github.com/adafruit/Adafruit_CircuitPython_DotStar.git |
