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

26 lines
331 B
Plaintext
Raw Normal View History

2020-10-01 08:57:16 -07:00
# Copyright (c) 2020 The ZMK Contributors
# SPDX-License-Identifier: MIT
if BOARD_NRF52840_M2
config BOARD
default "nrf52480_m2"
2020-10-01 08:57:16 -07:00
if USB_DEVICE_STACK
2020-10-01 08:57:16 -07:00
config USB_NRFX
default y
2020-10-01 08:57:16 -07:00
endif # USB_DEVICE_STACK
2020-10-01 08:57:16 -07:00
config BT_CTLR
default BT
2020-10-01 08:57:16 -07:00
config ZMK_BLE
default y
2020-10-01 08:57:16 -07:00
config ZMK_USB
default y
2020-10-01 08:57:16 -07:00
endif # BOARD_NRF52840_M2