forked from kofal.net/zmk
fix(kscan): Adjust composite kscan priority
* Composite kscan needs a dedicated priority to be sure it is initialized after the other kscan instances.
This commit is contained in:
committed by
Pete Johanson
parent
a81a2d37a8
commit
552347b8a4
@@ -109,4 +109,4 @@ static const struct kscan_composite_config kscan_composite_config = {};
|
||||
static struct kscan_composite_data kscan_composite_data;
|
||||
|
||||
DEVICE_DT_INST_DEFINE(0, kscan_composite_init, NULL, &kscan_composite_data, &kscan_composite_config,
|
||||
POST_KERNEL, CONFIG_KSCAN_INIT_PRIORITY, &mock_driver_api);
|
||||
POST_KERNEL, CONFIG_ZMK_KSCAN_COMPOSITE_INIT_PRIORITY, &mock_driver_api);
|
||||
|
||||
Reference in New Issue
Block a user