chmod222 / libcmmk

An unofficial LED control API for Coolermaster Masterkey keyboards
GNU Lesser General Public License v3.0
100 stars 24 forks source link

Error in cmake config #13

Open howels opened 5 years ago

howels commented 5 years ago

Previous makefile works but one cmake rule is missing:

cmake -DCMAKE_INSTALL_PREFIX=dist ..
CMake Error at CMakeLists.txt:41 (install):
  install TARGETS given no OBJECTS DESTINATION for object library target
  "cmmk_obj".

-- Configuring incomplete, errors occurred!
See also "/home/stephen/git/libcmmk/build/CMakeFiles/CMakeOutput.log".
AutoUpdatingBSoD commented 5 years ago

Same issue here, howels.

I'm running Ubuntu Server LTS and can't use a GUI for security purposes, so I can't use xset or xmodmap since those require me to set up an X display (or have had one set up in most cases).

Also, scroll lock does turn on the LEDs on my CM Storm, but any keys I press while the LEDs are on don't show up until the LEDs get turned off. So I need something like this to properly turn on the LEDs.

AutoUpdatingBSoD commented 5 years ago

https://community.coolermaster.com/topic/18651-cm-devastator-led-light-scroll-lock-fix-on-linux-guide/

howels, not sure which keyboard model you have, but if you were looking into this library for any of the reasons I was, solution 2 from this link might work for you.