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

22 lines
327 B
Plaintext
Raw Normal View History

# BlueMicro840 board configuration
2020-08-15 12:32:36 -07:00
# Copyright (c) 2020 Pete Johanson, Derek Schmell
# SPDX-License-Identifier: MIT
if BOARD_BLUEMICRO840_V1
2020-08-15 12:32:36 -07:00
config BOARD
default "bluemicro840_v1"
2020-08-15 12:32:36 -07:00
if USB_DEVICE_STACK
2020-08-15 12:32:36 -07:00
config USB_NRFX
default y
2020-08-15 12:32:36 -07:00
endif # USB_DEVICE_STACK
2020-08-15 12:32:36 -07:00
config BT_CTLR
default BT
2020-08-15 12:32:36 -07:00
endif # BOARD_BLUEMICRO840_V1