Skip to content
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

RGB layers only work ENFORCE_BILATERAL is Defined #26

Open
keithm999 opened this issue Dec 12, 2024 · 2 comments
Open

RGB layers only work ENFORCE_BILATERAL is Defined #26

keithm999 opened this issue Dec 12, 2024 · 2 comments
Labels
question Further information is requested

Comments

@keithm999
Copy link

The RGB layers assigned to the home row keys only work when ENFORCE_BILATERAL is defined.

Removing this definition causes the RGB to stop working for the home row layers, LeftPinky, LeftMiddy, etc. when those keys are held down.

@sunaku
Copy link
Owner

sunaku commented Dec 13, 2024

Correct, the RGB illumination patterns are tied to layers in the Glove80 PR30 implementation. When you disable bilateral combinations, home row mods register modifiers directly (without activating any intermediate layers) and therefore cannot illuminate the per-key RGB patterns.

@sunaku sunaku added the question Further information is requested label Dec 13, 2024
@keithm999
Copy link
Author

Thanks for the explanation, that makes sense now.
How much effort do you think it would take to enable the RGB with bilateral disabled? I'm willing to give it a go if you can point me in the right direction to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants