Skip to content

Commit 06c2509

Browse files
committed
fixup! feat: Add parameterised mod morph
1 parent 29cd492 commit 06c2509

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/src/behaviors/behavior_mod_morph.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ static const struct behavior_driver_api behavior_mod_morph_driver_api = {
119119
(DT_PROP_BY_IDX(inst, binding_params, 1))))), \
120120
}; \
121121
static struct behavior_mod_morph_data behavior_mod_morph_data_##inst = {}; \
122-
BEHAVIOR_DT_INST_DEFINE(inst, NULL, NULL, &behavior_mod_morph_data_##inst, \
123-
&behavior_mod_morph_config_##inst, POST_KERNEL, \
124-
CONFIG_KERNEL_INIT_PRIORITY_DEFAULT, &behavior_mod_morph_driver_api);
122+
BEHAVIOR_DT_DEFINE(inst, NULL, NULL, &behavior_mod_morph_data_##inst, \
123+
&behavior_mod_morph_config_##inst, POST_KERNEL, \
124+
CONFIG_KERNEL_INIT_PRIORITY_DEFAULT, &behavior_mod_morph_driver_api);
125125

126126
DT_FOREACH_STATUS_OKAY(zmk_behavior_mod_morph, MM_INST)
127127
DT_FOREACH_STATUS_OKAY(zmk_behavior_mod_morph_param, MM_INST)

0 commit comments

Comments
 (0)