Fixes for multiple GPIO kscan devices as expected.
This commit is contained in:
parent
6e1e21c2be
commit
432adf5b60
6 changed files with 223 additions and 475 deletions
1
boards/Kconfig
Normal file
1
boards/Kconfig
Normal file
|
|
@ -0,0 +1 @@
|
|||
rsource "shields/*/Kconfig.shield"
|
||||
|
|
@ -1,2 +1,4 @@
|
|||
|
||||
CONFIG_ZMK_KSCAN_COMPOSITE_DRIVER=y
|
||||
if SHIELD_PETEJOHANSON_HANDWIRE
|
||||
|
||||
endif
|
||||
|
|
|
|||
|
|
@ -2,5 +2,5 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config SHIELD_PETEJOHANSON_HANDWIRE
|
||||
prompt "Pete Johanson Handwire"
|
||||
def_bool $(shields_list_contains,petejohanson_handwire)
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
CONFIG_ZMK_KSCAN_COMPOSITE_DRIVER=y
|
||||
Loading…
Add table
Add a link
Reference in a new issue