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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user