diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-05-28 16:56:39 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-05-28 16:56:39 -0400 |
commit | 432adf5b600552515b098e6351133a080a44f599 (patch) | |
tree | 1ed1ef403c3e8f2ce6c9a561d3d32ac78ac52dea /boards/shields/petejohanson_handwire/Kconfig.defconfig | |
parent | 6e1e21c2be2753d13ec4c2254e6ccab11fcf007c (diff) |
Fixes for multiple GPIO kscan devices as expected.
Diffstat (limited to 'boards/shields/petejohanson_handwire/Kconfig.defconfig')
-rw-r--r-- | boards/shields/petejohanson_handwire/Kconfig.defconfig | 4 |
1 files changed, 3 insertions, 1 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 |