-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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_ug RGB_COLOR_HSB on split keyboard is not global when used within macro #1347
Comments
Same issue here https://github.com/tokazio/zmk-config-sofle |
Most likely related to #1494 |
dolie
added a commit
to dolie/zmk-config
that referenced
this issue
Jul 9, 2023
dolie
added a commit
to dolie/zmk-config
that referenced
this issue
Jul 9, 2023
I seem to have the same issue on my swoop. |
@aDogCalledSpot You can test #2409 which should fix this issue. |
This should be fixed by #2409, please report if there's an issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using using the example code as seen in https://zmk.dev/docs/behaviors/macros#layer-activation--more for Layer + Underglow Color, underglow color is only set for the central side of the keyboard during macro execution
&rgb_ug RGB_COLOR_HSB(86,81,85)
outside of a macro, it changes for both sides as expectedTested on
main
branch, built via docker method for Corne/NRFMicroUnsure if any other
&rgb_ug
behavior is affectedreproducable in https://github.com/ivandaho/zmk/tree/corne-ivan, in case you have a corne/NRFMicro
./buildcorne.sh
inapp
directoryThe text was updated successfully, but these errors were encountered: