We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5edaaf5 commit 9779b2cCopy full SHA for 9779b2c
app/src/behaviors/behavior_macro.c
@@ -129,7 +129,9 @@ static int behavior_macro_init(const struct device *dev) {
129
LOG_DBG("Release will resume at %d", state->release_state.start_index);
130
break;
131
} else {
132
- // Ignore regular invokable bindings
+ // Mostly ignore regular invokable bindings, except they will consume macro parameters
133
+ state->release_state.param1_source = PARAM_SOURCE_BINDING;
134
+ state->release_state.param2_source = PARAM_SOURCE_BINDING;
135
}
136
137
0 commit comments