JSubelj / g910-gkey-macro-support

GKey support for Logitech G910 Keyboard on Linux
GNU General Public License v3.0
99 stars 29 forks source link

[Question] g815 support #54

Closed akovia closed 2 years ago

akovia commented 2 years ago

I can't find any information on g815 support, and since I can't seem to get it to work I guess it's not supported.

Are there any plans to support the G815 in the future? I am desperate to use my 5 G-keys as shortcuts, but can't find support anywhere.

Thanks for any information at all!

JSubelj commented 2 years ago

Hey, thanks for the question. G815 keyboard is not supported because I don't have one and its hard to develop support without the hardware. I guess you can try your luck and develop your own based on my code, because I doubt there is a lot of difference. Good luck :)

akovia commented 2 years ago

Appreciate the fast reply!

I believe developing this would be beyond my current abilities, but it's good to know I wasn't overlooking something so I can go ahead and lay it to rest.

Cheers!

TobiPeterG commented 2 years ago

I think it's reasonable to assume that it should work by updating the product ids the driver searches for (unless I misunderstood sth). Think I have a spare G815 laying around somewhere, so I'll test it sometime in the future.

Hey there, have you made some progress on this?

TobiPeterG commented 2 years ago

I think it's reasonable to assume that it should work by updating the product ids the driver searches for (unless I misunderstood sth). Think I have a spare G815 laying around somewhere, so I'll test it sometime in the future.

Hey there, have you made some progress on this?

Yes, but not quite the way I planned. I wrote a less complicated macro manager which requires you to remap your gkeys with libratbag. I'm going to clean it up a little and release it in the following days.

Ok, thank you very much! :)