kareltucek / firmware

This is fork of UHK's firmware featuring extended macro engine.
Other
82 stars 9 forks source link

Add calling macro in background #77

Closed soraxas closed 2 years ago

soraxas commented 2 years ago

Add new flag background to call MACRONAME.

When the flag is given, the macro will run without attaching the caller as its parent; hence, the caller does not need to wait for the callee to finish.

This is useful to spawn a new macro that requires processing time (e.g. changing the led text for a fixed duration), and the caller does not need the execution status info from the callee.

kareltucek commented 2 years ago

There already is fork MACRONAME command in kareltucek:common_trunk_upstream.

Sorry about the confusion, the blame is entirely on me (due to docs that are not up-to-date).