No description
  • C 99.6%
  • Makefile 0.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2023-01-05 14:31:47 +00:00
src Add battery level support for Razer Naga Pro 2023-01-05 14:31:47 +00:00
.gitignore Removed .DS_Store files. 2021-12-14 20:00:03 +00:00
LICENSE Create LICENSE 2021-06-17 00:16:45 +10:00
Makefile error message for unsupported headphone devices 2021-08-23 10:16:55 +10:00
README.md Update README.md 2021-05-29 13:45:50 +10:00

librazermacos

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

make

Running the CLI

./sample_cli

To build the shared library only.

make librazermacos.so

razer-macos frontend

razer-macos does not actually build librazermacos.so, instead the drivers are built by binding.gyp.