Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-22 | .gitmodules: Switch back to upstream DDHidLib | Teddy Wing | |
My change to fix the import warning was merged into master. | |||
2018-11-21 | Switch to a fork of DDHidLib | Teddy 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-07 | Add submodule for DDHidLib library | Teddy Wing | |
This will hopefully make it easier to interface with `IOHIDLib` and get events from headphone buttons. |