-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong color on single keys when setting color for key group #2
Comments
Hello, thank you for your return. On my old dual core, it works but I also noticed that he had yet to be a problem. I'll test it on my Xeon workstation as soon as possible. Tentatively, it may be possible to modify line 575 of keyboard.cpp. |
Encounter the same problem on my old PC with the last kernel, I set maxKeyValueCount to 1 pending a better solution. |
Setting |
Ok, I just pushed a new version, if problem persist, look at ticket #4. |
That seems to fix it, no issues so far. Thanks a lot! |
Thank you, now it is fix here too. |
First, thanks a lot for providing a tool for Linux support for this keyboard, greatly appreciated!
When using the
-g
command to set the color for a group of keys sometimes the wrong color is set on random single keys.The more keys you set within a group the more keys will have the wrong color. The effect gets worse on a faster computer (laptop vs. fast desktop computer) and seems to increase with the number of keys set in one operation, so it might be a timing issue. Also, using the
-p
command to set a profile for all keys, I end up with a couple of wrong key colors.Repeating the command helps for single groups, so after a couple of attempts, the colors are correct. However, this work doesn't help when setting a complete profile with
-p
.The text was updated successfully, but these errors were encountered: