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

23 lines
289 B
Plaintext

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