diff --git a/config/zephyr/kscan/kscan_hhkb_pro2.c b/config/zephyr/kscan/kscan_hhkb_pro2.c index a6bf2fb..8d4e7b0 100644 --- a/config/zephyr/kscan/kscan_hhkb_pro2.c +++ b/config/zephyr/kscan/kscan_hhkb_pro2.c @@ -235,7 +235,7 @@ static const struct kscan_driver_api kscan_hhkb_pro2_api = { NULL, \ &kscan_hhkb_pro2_data##inst, \ &kscan_hhkb_pro2_config##inst, \ - APPLICATION, \ + POST_KERNEL, \ CONFIG_APPLICATION_INIT_PRIORITY, \ &kscan_hhkb_pro2_api);