mirror of https://github.com/zmkfirmware/zmk.git
Run pre-commit checks
This commit is contained in:
parent
d4c3c8e1a3
commit
1f58776156
|
|
@ -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…
Reference in New Issue