Description
I'd like some help to understand this; I'm not sure what exactly the problem is at this point, and I don't quite understand all the details on how these services work.
keyelds worked just fine for me. But I also want to use the macro keys.
The only software I found that controls macro keys on my G910 is https://github.com/JSubelj/g910-gkey-macro-support
g910-gkeys requires uinput module to be loaded, and I guess connects to the keyboard using a different mechanism than hidraw, which is what keyleds is using.
Onge g910-gkeys start, running keyledsd loses access to keyboard:
Mar 08 14:17:48 hornet keyledsd[3327]: render-loop: error on device: synchronization with device failed, re-syncing device
Afterwards, keyleds can't find the keyboard anymore:
[vps@hornet]~$ keyledsctl info
More than one device found, use -d device or set KEYLEDS_DEVICE environment variable.
[vps@hornet]~$ keyledsctl list
[vps@hornet]~$
Is there something I can do to make these work together?