aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2018-08-07 07:55:45 +0200
committerTeddy Wing2018-08-07 07:57:19 +0200
commite4926bfa6da5a87077f3c1e0caf3c5084f00ef99 (patch)
treedd112cc4f697a23cfff9174cb91f880a416edae8
parent7f74ab13b406a838fd7bfeeb17306a14e0685518 (diff)
downloadDomeKey-e4926bfa6da5a87077f3c1e0caf3c5084f00ef99.tar.bz2
Add submodule for DDHidLib library
This will hopefully make it easier to interface with `IOHIDLib` and get events from headphone buttons.
-rw-r--r--.gitmodules3
m---------lib/DDHidLib0
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..abd75d9
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "lib/DDHidLib"]
+ path = lib/DDHidLib
+ url = https://github.com/Daij-Djan/DDHidLib.git
diff --git a/lib/DDHidLib b/lib/DDHidLib
new file mode 160000
+Subproject 12dfe9df15b408673a0c1cfd81a9432a0de38a1