zmk/app/boards/polarityworks/bt60/Kconfig.defconfig

23 lines
340 B
Plaintext

# Copyright (c) 2022 The ZMK Contributors
# SPDX-License-Identifier: MIT
config ZMK_KEYBOARD_NAME
default "BT60" if BOARD_BT60 || BOARD_BT60_HS
if BOARD_BT60 || BOARD_BT60_HS
if USB
config USB_NRFX
default y
config USB_DEVICE_STACK
default y
endif # USB
config BT_CTLR
default BT
endif # BOARD_BT60 || BOARD_BT60_HS