Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: macro pause for release does not wait for &sl #2240

Open
SethMilliken opened this issue Mar 30, 2024 · 0 comments
Open

BUG: macro pause for release does not wait for &sl #2240

SethMilliken opened this issue Mar 30, 2024 · 0 comments

Comments

@SethMilliken
Copy link
Contributor

SethMilliken commented Mar 30, 2024

In a macro, <&macro_pause_for_release> does not wait for &sl to release before continuing with the rest of the macro.

Given this configuration:

        macro_sl_test: macro_sl_test {
            compatible = "zmk,behavior-macro";
            #binding-cells = <0>;
            bindings
                = <&macro_tap &kp SINGLE_QUOTE>
                , <&macro_tap &sl NUMPAD>
                , <&macro_pause_for_release>
                , <&macro_tap &kp SINGLE_QUOTE>
                ;
        };

When the &macro_sl_test macro is triggered it immediately emits '' rather than emitting ', waiting for either the input of a key from the &sl layer or the timeout of the &sl, and then emitting the final '.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant