forked from kofal.net/zmk
fix momentary layer bug when top layer is not &trans
Key release events released keys on the wrong layer if the 'top layer' was not &trans above the &mo key. base <&mo 1> layer 1 <&kp B> This was caused by overwriting `zmk_keymap_active_behavior_layer[position]` after the &mo key was handled.
This commit is contained in:
committed by
Pete Johanson
parent
2871dca9bf
commit
e48a6b659c
2
app/tests/momentary-layer/1-normal/events.patterns
Normal file
2
app/tests/momentary-layer/1-normal/events.patterns
Normal file
@@ -0,0 +1,2 @@
|
||||
s/.*hid_listener_keycode/kp/p
|
||||
s/.*mo_keymap_binding/mo/p
|
||||
Reference in New Issue
Block a user