The following macro will never quit ``` postponeKeys while (1) { ifReleased break tapKey x delayUntil 20 } ``` So far I'm sure it's because [this line](https://github.com/UltimateHackingKeyboard/firmware/blob/a47e06e76eeed0a17013c4106c7c80f6ffe1dc87/right/src/macros/commands.c#L121) never evaluates to true. I may investigate further.