aboutsummaryrefslogtreecommitdiffstats
path: root/lib/DDHidLib
AgeCommit message (Collapse)Author
2018-11-22.gitmodules: Switch back to upstream DDHidLibTeddy Wing
My change to fix the import warning was merged into master.
2018-11-21Switch to a fork of DDHidLibTeddy Wing
Corrects this warning: DDHidLib/lib/DDHidQueue.m:27:9: warning: non-portable path to file '"DDHidEvent.h"'; specified path differs in case from file name on disk [-Wnonportable-include-path] #import "DDHIdEvent.h" ^~~~~~~~~~~~~~ "DDHidEvent.h" 1 warning generated. I had made the change locally a long time ago, but it's now committed and published publicly.
2018-08-07Add submodule for DDHidLib libraryTeddy Wing
This will hopefully make it easier to interface with `IOHIDLib` and get events from headphone buttons.