summaryrefslogtreecommitdiff
path: root/boards
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-05-29 00:15:57 -0400
committerPete Johanson <peter@peterjohanson.com>2020-05-29 00:15:57 -0400
commitdbd4cc66c0cbdc9b02b8ad330edbb5640404810f (patch)
treecc762a9d5bd437758da8d8f74b521bfbfb0f108d /boards
parent45f65a0297519418f87b8c8cb2378a3b9127f02b (diff)
Refactor where ZMK KConfigs come from.
Diffstat (limited to 'boards')
-rw-r--r--boards/shields/petejohanson_handwire/Kconfig.defconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/boards/shields/petejohanson_handwire/Kconfig.defconfig b/boards/shields/petejohanson_handwire/Kconfig.defconfig
index 77bd288..7da09ac 100644
--- a/boards/shields/petejohanson_handwire/Kconfig.defconfig
+++ b/boards/shields/petejohanson_handwire/Kconfig.defconfig
@@ -1,4 +1,13 @@
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