diff --git a/.gitmodules b/.gitmodules index c2ed586e..70c07ea4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -604,3 +604,12 @@ [submodule "libraries/drivers/mcp4728"] path = libraries/drivers/mcp4728 url = https://www.github.com/adafruit/Adafruit_CircuitPython_MCP4728.git +[submodule "libraries/helpers/ble_apple_notification_center"] + path = libraries/helpers/ble_apple_notification_center + url = https://github.com/adafruit/Adafruit_CircuitPython_BLE_Apple_Notification_Center.git +[submodule "libraries/helpers/ble_magic_light"] + path = libraries/helpers/ble_magic_light + url = https://github.com/adafruit/Adafruit_CircuitPython_BLE_Magic_Light.git +[submodule "libraries/helpers/display_notification"] + path = libraries/helpers/display_notification + url = https://github.com/adafruit/Adafruit_CircuitPython_Display_Notification.git diff --git a/libraries/helpers/ble_apple_notification_center b/libraries/helpers/ble_apple_notification_center new file mode 160000 index 00000000..9116a1e8 --- /dev/null +++ b/libraries/helpers/ble_apple_notification_center @@ -0,0 +1 @@ +Subproject commit 9116a1e8f5b47db2977daddeaee8b48297841a50 diff --git a/libraries/helpers/ble_magic_light b/libraries/helpers/ble_magic_light new file mode 160000 index 00000000..53365fcd --- /dev/null +++ b/libraries/helpers/ble_magic_light @@ -0,0 +1 @@ +Subproject commit 53365fcdd6366420332f88ae7783d96ce5dd4676 diff --git a/libraries/helpers/display_notification b/libraries/helpers/display_notification new file mode 160000 index 00000000..9a966f22 --- /dev/null +++ b/libraries/helpers/display_notification @@ -0,0 +1 @@ +Subproject commit 9a966f22b7066e0666dcea8213590b39501f400b