zmkfirmware / zmk

ZMK Firmware Repository
https://zmk.dev/
MIT License
2.65k stars 2.71k forks source link

&rgb_ug RGB_COLOR_HSB on split keyboard is not global when used within macro #1347

Open ivandaho opened 2 years ago

ivandaho commented 2 years ago

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

Tested on main branch, built via docker method for Corne/NRFMicro Unsure if any other &rgb_ug behavior is affected

reproducable in https://github.com/ivandaho/zmk/tree/corne-ivan, in case you have a corne/NRFMicro

tokazio commented 1 year ago

Same issue here https://github.com/tokazio/zmk-config-sofle

caksoylar commented 1 year ago

Most likely related to #1494

aDogCalledSpot commented 22 hours ago

I seem to have the same issue on my swoop.

caksoylar commented 16 hours ago

@aDogCalledSpot You can test #2409 which should fix this issue.