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:
parent
a81a2d37a8
commit
552347b8a4
2 changed files with 9 additions and 1 deletions
|
|
@ -14,6 +14,14 @@ config ZMK_KSCAN_COMPOSITE_DRIVER
|
|||
bool
|
||||
default $(dt_compat_enabled,$(DT_COMPAT_ZMK_KSCAN_COMPOSITE))
|
||||
|
||||
if ZMK_KSCAN_COMPOSITE_DRIVER
|
||||
|
||||
config ZMK_KSCAN_COMPOSITE_INIT_PRIORITY
|
||||
int "Init Priority for the composite kscan driver"
|
||||
default 95
|
||||
|
||||
endif
|
||||
|
||||
config ZMK_KSCAN_GPIO_DRIVER
|
||||
bool
|
||||
select GPIO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue