From 432adf5b600552515b098e6351133a080a44f599 Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Thu, 28 May 2020 16:56:39 -0400 Subject: Fixes for multiple GPIO kscan devices as expected. --- boards/shields/petejohanson_handwire/Kconfig.defconfig | 4 +++- boards/shields/petejohanson_handwire/Kconfig.shield | 2 +- boards/shields/petejohanson_handwire/petejohanson_handwire.conf | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 boards/shields/petejohanson_handwire/petejohanson_handwire.conf (limited to 'boards/shields') diff --git a/boards/shields/petejohanson_handwire/Kconfig.defconfig b/boards/shields/petejohanson_handwire/Kconfig.defconfig index c7408ce..77bd288 100644 --- a/boards/shields/petejohanson_handwire/Kconfig.defconfig +++ b/boards/shields/petejohanson_handwire/Kconfig.defconfig @@ -1,2 +1,4 @@ -CONFIG_ZMK_KSCAN_COMPOSITE_DRIVER=y \ No newline at end of file +if SHIELD_PETEJOHANSON_HANDWIRE + +endif diff --git a/boards/shields/petejohanson_handwire/Kconfig.shield b/boards/shields/petejohanson_handwire/Kconfig.shield index 7e8ad48..f9895d2 100644 --- a/boards/shields/petejohanson_handwire/Kconfig.shield +++ b/boards/shields/petejohanson_handwire/Kconfig.shield @@ -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) - diff --git a/boards/shields/petejohanson_handwire/petejohanson_handwire.conf b/boards/shields/petejohanson_handwire/petejohanson_handwire.conf new file mode 100644 index 0000000..63829ba --- /dev/null +++ b/boards/shields/petejohanson_handwire/petejohanson_handwire.conf @@ -0,0 +1 @@ +CONFIG_ZMK_KSCAN_COMPOSITE_DRIVER=y -- cgit v1.2.3