summaryrefslogtreecommitdiff
path: root/boards/shields/petejohanson_handwire/Kconfig.defconfig
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-06-08 21:07:16 -0400
committerPete Johanson <peter@peterjohanson.com>2020-06-08 21:07:16 -0400
commit38f1dbd9842eaf53db359ad46b070bfff8db1359 (patch)
tree6a24845fab2043cd0cec8b2086971ff13edeed70 /boards/shields/petejohanson_handwire/Kconfig.defconfig
parent92b41d28e5668fab4fe423ccce5f3f85b4537002 (diff)
Move Zephyr app into subdirectory.
Diffstat (limited to 'boards/shields/petejohanson_handwire/Kconfig.defconfig')
-rw-r--r--boards/shields/petejohanson_handwire/Kconfig.defconfig13
1 files changed, 0 insertions, 13 deletions
diff --git a/boards/shields/petejohanson_handwire/Kconfig.defconfig b/boards/shields/petejohanson_handwire/Kconfig.defconfig
deleted file mode 100644
index 7da09ac..0000000
--- a/boards/shields/petejohanson_handwire/Kconfig.defconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-
-if SHIELD_PETEJOHANSON_HANDWIRE
-
-config ZMK_KEYBOARD_NAME
- default "Pete's Handwire Breadboard"
-
-config ZMK_BLE
- default y
-
-config ZMK_ACTION_MOD_TAP
- default y
-
-endif