diff options
Diffstat (limited to 'boards/shields/petejohanson_handwire')
3 files changed, 5 insertions, 2 deletions
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 |