forked from kofal.net/zmk
fix(behaviors): Capture mods for &key_repeat
* When tracking the last keycode, also capture the currently held explicit modifiers to use when replaying the key later.
This commit is contained in:
committed by
Pete Johanson
parent
70bb7c9334
commit
52b1fd5dd3
@@ -10,7 +10,7 @@
|
||||
default_layer {
|
||||
bindings = <
|
||||
&key_repeat &kp A
|
||||
&kp B &kp C_VOL_UP
|
||||
&kp LCTRL &kp C_VOL_UP
|
||||
>;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user