libcmmk
libcmmk copied to clipboard
An unofficial LED control API for Coolermaster Masterkey keyboards
* Explicitly referencing all currently supported devices to reduce attack surface * Changing access for logged in user to prevent possible unauthorised access
This issue was detected in [OpenRGB](https://gitlab.com/CalcProgrammer1/OpenRGB/-/issues/1673) by Windows users unable to interact with their Coolermaster Keyboards Writes to devices that don't use Report IDs require a prepended `0x00` byte as...
It would be great if I could run something like: ``` cmmk-ctrl --profile 1 ``` to set the profile to 1. This would allow scripting to integrate with other RGB...
On Ubuntu 20.04.2 LTS, the following additional steps were required build and test the library. ### Build Issues Per README.md the instructions indicate to install libusb-1.0.0. I installed libusb-1.0.0-dev, however...
I have an UK version of the Masterkeys Pro S White. Notice the mapping is missing so I'll add a PR for it.
Fixes Issue #30 Add mapping for EU/UK version of Masterkeys Pro S Add support for Masterkeys Pro S White
Helper for #23
Got me a new CoolerMaster Keyboard and I would really like some kind of software integration on Linux. And I'm willing to help. But I would like help on where...
For some reason, the udev rule in the doc `SUBSYSTEM=="usb", ATTRS{idVendor}=="2516", MODE="0666"` was not sufficient on my setup. It did not allow my user to use this lib. libcmmk was...