C library of openrazer drivers ported to macOS.
Exposed as a shared/dynamic library - librazermacos.so to provider interoperability with various frontends.
Includes a sample CLI implementation in C to demonstrate driver function calls.
To build the shared library and sample cli
makeRunning the CLI
./sample_cliTo build the shared library only.
make librazermacos.sorazer-macos does not actually build librazermacos.so, instead the drivers are built by binding.gyp.