Skip to content

Commit

Permalink
Update kscan_sideband_behaviors.c
Browse files Browse the repository at this point in the history
  • Loading branch information
ReFil committed Jul 25, 2024
1 parent 7bd74a6 commit 8dac14f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/kscan_sideband_behaviors.c
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ static const struct kscan_driver_api ksbb_api = {
struct ksbb_data ksbb_data_##n = {}; \
PM_DEVICE_DT_INST_DEFINE(n, ksbb_pm_action); \
DEVICE_DT_INST_DEFINE(n, ksbb_init, PM_DEVICE_DT_INST_GET(n), &ksbb_data_##n, \
&ksbb_config_##n, POST_KERNEL, \
&ksbb_config_##n, APPLICATION, \
CONFIG_ZMK_KSCAN_SIDEBAND_BEHAVIORS_INIT_PRIORITY, &ksbb_api);

DT_INST_FOREACH_STATUS_OKAY(KSBB_INST)

0 comments on commit 8dac14f

Please sign in to comment.