-
Notifications
You must be signed in to change notification settings - Fork 270
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
Kira: Layer visualizations can "stick" even when the layer has been exited #370
Comments
Interesting. Some possible things that are happening:
This kind of issue is a bit easier to debug with a debug log. https://kiibohd.github.io/wiki/#/Debugging |
This is for pressing and releasing RAlt+RShift+NumLock, then pressing and holding LShift, then while LShift is still held pressing and releasing RAlt+RShift+NumLock, and then letting go of LShift. I have no idea if all those repeated lines are normal or not. |
Device:
Kono Kira
Firmware Origin:
Kiibohd Configurator
OS:
Windows 7
Reproduction Steps:
Layer[3] : fade_layer_highlight(3);
(I didn't define it for layer 4 because layer 4 doesn't have any bindings that aren't already on layer 3, and there isn't a defined way to access layer 4 outside of layer 3)
Layers 3 and 4 are deactivated as expected. However, the LED's under the keys that were part of layer 4 are still flashing, even though layer 4 is not active. The only way to make them stop flashing is to activate layer 4 again. the LED TOG/LED OFF keys will turn them off with the rest of the visualization, but they start flashing again as soon as LED TOG/LED ON is pressed. V:RESET does not stop the LEDs flashing. Selecting a different visualization does not stop the LEDs flashing.
The text was updated successfully, but these errors were encountered: