You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to customize my base layer keymap as described here, and I can't seem to get it to build properly. My goal is to have holding G and H press all the modifier keys (super, ctrl, alt, and shift).
Interestingly, the firmware for the right half of the keyboard builds fine. I'm not sure if the keymap lands on that half, though, since that's the remote half, and the left one is the master?
U_MT(LG(LA(LC(LSHFT))), G) is what my keycode (not sure if that's the right term?) is for the key, but I'm not sure if that's the right syntax, or if there's something else I should be using? Maybe the U_MT behavior itself can't handle multiple modifiers?
Any pointers for a direction to look next would be greatly appreciated!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Heyo!
I'm trying to customize my base layer keymap as described here, and I can't seem to get it to build properly. My goal is to have holding G and H press all the modifier keys (super, ctrl, alt, and shift).
Here is what my
custom_config.h
looks like:For reference, the repo is here: https://github.com/JosNun/miryoku_zmk
The failed build job (with stack trace) is here: https://github.com/JosNun/miryoku_zmk/actions/runs/12857264695
Interestingly, the firmware for the right half of the keyboard builds fine. I'm not sure if the keymap lands on that half, though, since that's the remote half, and the left one is the master?
U_MT(LG(LA(LC(LSHFT))), G)
is what my keycode (not sure if that's the right term?) is for the key, but I'm not sure if that's the right syntax, or if there's something else I should be using? Maybe the U_MT behavior itself can't handle multiple modifiers?Any pointers for a direction to look next would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions