From 8ee9a374988fdf5c0d6c28ff67a5c1cfaca49f66 Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Tue, 16 Jun 2020 22:35:29 -0400 Subject: [PATCH] Tweak the defconfigs for nice_nano and handwire. --- app/boards/arm/nice_nano/Kconfig.defconfig | 11 +++++------ .../petejohanson_proton_handwire/Kconfig.defconfig | 3 --- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/app/boards/arm/nice_nano/Kconfig.defconfig b/app/boards/arm/nice_nano/Kconfig.defconfig index cb4b52af..2c122ae0 100644 --- a/app/boards/arm/nice_nano/Kconfig.defconfig +++ b/app/boards/arm/nice_nano/Kconfig.defconfig @@ -1,7 +1,7 @@ # Electronut Labs Papyr board configuration -# Copyright (c) 2018 Electronut Labs -# SPDX-License-Identifier: Apache-2.0 +# Copyright (c) 2020 Pete Johanson +# SPDX-License-Identifier: MIT if BOARD_NICE_NANO @@ -18,11 +18,10 @@ config USB_DEVICE_STACK endif # USB -config IEEE802154_NRF5 - default y - depends on IEEE802154 - config BT_CTLR default BT +config ZMK_BLE + default y + endif # BOARD_NICE_NANO diff --git a/app/boards/shields/petejohanson_proton_handwire/Kconfig.defconfig b/app/boards/shields/petejohanson_proton_handwire/Kconfig.defconfig index 1149c337..196c636e 100644 --- a/app/boards/shields/petejohanson_proton_handwire/Kconfig.defconfig +++ b/app/boards/shields/petejohanson_proton_handwire/Kconfig.defconfig @@ -7,9 +7,6 @@ config ZMK_KEYBOARD_NAME config ZMK_USB default y -config ZMK_BLE - default y - config ZMK_ACTION_MOD_TAP default y