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

26 lines
325 B
Plaintext
Raw Normal View History

2021-11-23 06:23:40 -08:00
# Copyright (c) 2021 Polarity Works
# SPDX-License-Identifier: MIT
if BOARD_BT60_V1_HS || BOARD_BT60_V1
config BOARD
default "bt60"
2021-11-23 06:23:40 -08:00
if USB
config USB_NRFX
default y
2021-11-23 06:23:40 -08:00
config USB_DEVICE_STACK
default y
2021-11-23 06:23:40 -08:00
endif # USB
config BT_CTLR
default BT
2021-11-23 06:23:40 -08:00
config ZMK_KEYBOARD_NAME
default "BT60"
2021-11-23 06:23:40 -08:00
endif # BOARD_BT60