From 879ce6fa6bb35b630983e7b2579ea0aeb4e3f2e6 Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Fri, 12 Jun 2020 23:44:58 -0400 Subject: [PATCH] Enable BLE by default as well. --- .../shields/petejohanson_proton_handwire/Kconfig.defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/boards/shields/petejohanson_proton_handwire/Kconfig.defconfig b/app/boards/shields/petejohanson_proton_handwire/Kconfig.defconfig index 196c636e..1149c337 100644 --- a/app/boards/shields/petejohanson_proton_handwire/Kconfig.defconfig +++ b/app/boards/shields/petejohanson_proton_handwire/Kconfig.defconfig @@ -7,6 +7,9 @@ config ZMK_KEYBOARD_NAME config ZMK_USB default y +config ZMK_BLE + default y + config ZMK_ACTION_MOD_TAP default y