Replies: 1 comment
-
I don't know of any specific reason why macro in tapdance doesn't work, i will investigate and get back to you soon |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I have a Macro that is known working, however when I put it into a Tapdance sequence it no longer works.
macro_copy: macro_copy{
compatible = "zmk,behavior-macro";
label = "macro_copy";
#binding-cells = <0>;
bindings = <¯o_press &kp LCTRL>
, <¯o_press &kp C>
, <¯o_release &kp C>
, <¯o_release &kp LCTRL>;
};
bindings = <
&td0
Beta Was this translation helpful? Give feedback.
All reactions