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

@ -1,30 +0,0 @@
# BlueMicro52840 board configuration
# Copyright (c) 2020 Pete Johanson, Derek Schmell
# SPDX-License-Identifier: MIT
if BOARD_BLUEMICRO52840_V1
config BOARD
default "bluemicro52840_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_BLUEMICRO52840_V1