diff options
author | Teddy Wing | 2018-08-07 07:55:45 +0200 |
---|---|---|
committer | Teddy Wing | 2018-08-07 07:57:19 +0200 |
commit | e4926bfa6da5a87077f3c1e0caf3c5084f00ef99 (patch) | |
tree | dd112cc4f697a23cfff9174cb91f880a416edae8 /.gitmodules | |
parent | 7f74ab13b406a838fd7bfeeb17306a14e0685518 (diff) | |
download | DomeKey-e4926bfa6da5a87077f3c1e0caf3c5084f00ef99.tar.bz2 |
Add submodule for DDHidLib library
This will hopefully make it easier to interface with `IOHIDLib` and get
events from headphone buttons.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 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 |