mirror of https://github.com/zmkfirmware/zmk.git
23 lines
340 B
Plaintext
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
|