Run pre-commit checks

This commit is contained in:
Nick Conway 2024-04-16 18:23:40 -04:00
parent d4c3c8e1a3
commit 1f58776156
No known key found for this signature in database
GPG Key ID: AA850592E4C1D453
1 changed files with 3 additions and 3 deletions

View File

@ -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)