JSubelj
JSubelj
Hey, just found this issue. My driver releases the interface every loop after it reads from it as seen [here](https://github.com/JSubelj/g910-gkey-macro-support/blob/5caa954019a835906f80950d1f21877e9b1b7405/lib/g910_gkey_mapper.py#L97). If you have any more problems with my software please...
@spectras no problem. That's weird. Maybe it's because pyusb is doing some weird stuff in the background, I will also try to change the polling strategy into something less resource...
Hey, I looked through the code a bit and I like the aesthetic changes (white space and all that) but don't like the functionality change (like removing hotkey_type.py or changing...
Hey, thank you for your answer. You're definitely right about hotkey_type.py. About handle_gkey_press I can see your view on it. I would put the valid_gkeys list in supported_configs. If you...
Hey, first I would like to say thank you for using my driver. This could definitely be possible and I will try to put it in my next release (but...
I'm very happy to hear that. My idea is to have a directory with 3 different config bindings and swapping the original config.json with the binding of the Mkey pressed....
@braoult I do agree with you. Probably the best implementation would be to have one separate config for the MKeys so that a more advanced user like yourself could change...
Hey, I'm very glad to see someone taking an interest in my implementation. The reason for not including those event codes is that they are not region specific. On Slovenian...
Hey, great work! I would just like to comment on some things: - Switching the color of logo: I do understand that some sort of indication would be nice but...
Hey, first I have to say, thank you for using my driver. I didn't really put a lot of effort into `run` hotkey_type, because of many reasons I summarized here:...