diff options
Diffstat (limited to 'boards')
-rw-r--r-- | boards/shields/petejohanson_handwire/Kconfig.defconfig | 9 |
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 |