What is the purpose of Add Control Binding in MACROS? Or how do you use it? #252
-
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Control bindings give you more control in how the macro executes. In a simple case you can use If you want to do some reading I have an article about using parameterized macros to re-create an "autoshift". And of course ZMK's documentation goes into detail about macro controls. |
Beta Was this translation helpful? Give feedback.
Control bindings give you more control in how the macro executes. In a simple case you can use
¯o_press
and¯o_release
to explicitly say when to hold or release keys, or you can use parameters to turn the macro into a repeatable but customizable behavior.If you want to do some reading I have an article about using parameterized macros to re-create an "autoshift".
And of course ZMK's documentation goes into detail about macro controls.