refactor(boards): Rename to bluemicro840_v1.

This commit is contained in:
Pete Johanson
2020-08-19 16:35:18 -04:00
parent 2a0e35c11f
commit 506c3b031e
12 changed files with 18 additions and 16 deletions

View File

@@ -0,0 +1,30 @@
# BlueMicro840 board configuration
# Copyright (c) 2020 Pete Johanson, Derek Schmell
# SPDX-License-Identifier: MIT
if BOARD_BLUEMICRO840_V1
config BOARD
default "bluemicro840_v1"
if USB
config USB_NRFX
default y
config USB_DEVICE_STACK
default y
endif # USB
config BT_CTLR
default BT
config ZMK_BLE
default y
config ZMK_USB
default y
endif # BOARD_BLUEMICRO840_V1