Run pre-commit checks
This commit is contained in:
parent
f627292e1d
commit
2e910e3cc1
1 changed files with 3 additions and 3 deletions
|
@ -211,8 +211,8 @@ static int dynamic_macro_keycode_state_changed_listener(const zmk_event_t *eh) {
|
|||
static struct behavior_dynamic_macro_config behavior_dynamic_macro_config_##n = { \
|
||||
.wait_ms = DT_INST_PROP_OR(n, wait_ms, -1), .no_output = DT_INST_PROP(n, no_output)}; \
|
||||
BEHAVIOR_DT_INST_DEFINE(n, behavior_dynamic_macro_init, NULL, \
|
||||
&behavior_dynamic_macro_state_##n, &behavior_dynamic_macro_config_##n, \
|
||||
POST_KERNEL, CONFIG_KERNEL_INIT_PRIORITY_DEFAULT, \
|
||||
&behavior_dynamic_macro_driver_api);
|
||||
&behavior_dynamic_macro_state_##n, &behavior_dynamic_macro_config_##n, \
|
||||
POST_KERNEL, CONFIG_KERNEL_INIT_PRIORITY_DEFAULT, \
|
||||
&behavior_dynamic_macro_driver_api);
|
||||
|
||||
DT_INST_FOREACH_STATUS_OKAY(DYNAMIC_MACRO_INST)
|
||||
|
|
Loading…
Add table
Reference in a new issue