Tweak the defconfigs for nice_nano and handwire.
This commit is contained in:
parent
a4885db2bf
commit
8ee9a37498
2 changed files with 5 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Electronut Labs Papyr board configuration
|
# Electronut Labs Papyr board configuration
|
||||||
|
|
||||||
# Copyright (c) 2018 Electronut Labs
|
# Copyright (c) 2020 Pete Johanson
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
if BOARD_NICE_NANO
|
if BOARD_NICE_NANO
|
||||||
|
|
||||||
|
@ -18,11 +18,10 @@ config USB_DEVICE_STACK
|
||||||
|
|
||||||
endif # USB
|
endif # USB
|
||||||
|
|
||||||
config IEEE802154_NRF5
|
|
||||||
default y
|
|
||||||
depends on IEEE802154
|
|
||||||
|
|
||||||
config BT_CTLR
|
config BT_CTLR
|
||||||
default BT
|
default BT
|
||||||
|
|
||||||
|
config ZMK_BLE
|
||||||
|
default y
|
||||||
|
|
||||||
endif # BOARD_NICE_NANO
|
endif # BOARD_NICE_NANO
|
||||||
|
|
|
@ -7,9 +7,6 @@ config ZMK_KEYBOARD_NAME
|
||||||
config ZMK_USB
|
config ZMK_USB
|
||||||
default y
|
default y
|
||||||
|
|
||||||
config ZMK_BLE
|
|
||||||
default y
|
|
||||||
|
|
||||||
config ZMK_ACTION_MOD_TAP
|
config ZMK_ACTION_MOD_TAP
|
||||||
default y
|
default y
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue