MatMoul
MatMoul
Hi, Replace the /etc/g810-led/profile file... This is the way if you use udev (not sure how you have installed g810-led)
I'm not the maintainer of the ubuntu package but have you a /etc/g810-led/profile file? If yes, you can edit or replace it with your profile (not the logitech pofile, the...
@Desulate Thanks for your feedback, keyleds seem a very good project but it has some depencies that I can accept and it is very more intrusive than g810-led...
Sorry, I don't have a g910 but looking in the code, g810-led have 2 args for m keys. [-mr](https://github.com/MatMoul/g810-led/blob/5ee810a520f809e65048de8a8ce24bac0ce34490/src/main.cpp#L89) and [-mn](https://github.com/MatMoul/g810-led/blob/5ee810a520f809e65048de8a8ce24bac0ce34490/src/classes/Keyboard.cpp#L746) but it's undocumented...
I tag Help Vanted, maybe someone can be of help.
At this time, I don't have idea how handle this... Make an argument but it's not very usefull and need a full mapping table. If I can found the keymap...
Diff from my CH keyboard : bcdDevice 2.00 bcdDevice 2.03 iSerial 3 036635553130 iSerial 3 0287355D3938 iConfiguration 4 U102.00_B0014 iConfiguration 4 U102.03_B0027
iSerial must be unique for each keyboard ... bcdDevice seem to be the firmware version iConfiguration seem related to firmware version to.
@addictedtoberlin Thank for the mapping table. Wiki is a possible way but it's best to have access from the command line. I will try to find a good solution, just...
It seems that there are only three options ... A parameter, use of system keymap or make a help page for keymap The three options require mapping table What is...