diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-06-12 23:44:58 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-06-15 22:38:30 -0400 |
commit | 879ce6fa6bb35b630983e7b2579ea0aeb4e3f2e6 (patch) | |
tree | e7d9bf66955be4de77ecd9c73eab5a3c385f87f1 | |
parent | 75b01869f04689f61c6238d1e68f39be81d5e96b (diff) |
Enable BLE by default as well.
-rw-r--r-- | app/boards/shields/petejohanson_proton_handwire/Kconfig.defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/boards/shields/petejohanson_proton_handwire/Kconfig.defconfig b/app/boards/shields/petejohanson_proton_handwire/Kconfig.defconfig index 196c636..1149c33 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 |