From e4926bfa6da5a87077f3c1e0caf3c5084f00ef99 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Tue, 7 Aug 2018 07:55:45 +0200 Subject: Add submodule for DDHidLib library This will hopefully make it easier to interface with `IOHIDLib` and get events from headphone buttons. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') 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 -- cgit v1.2.3