diff options
| author | Pete Johanson <peter@peterjohanson.com> | 2020-08-19 19:00:27 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-19 19:00:27 -0400 |
| commit | e6ed051ff4f15a165313f33429b96f561e9e98bd (patch) | |
| tree | 4fa7f3463bc2f373f04a2ccd59584593c7edbc8c /app/boards/arm/bluemicro840/Kconfig.defconfig | |
| parent | 2a0e35c11f02257e7292ea5766b952fa8b364bbf (diff) | |
| parent | 506c3b031e042430149cd663a561a13cd6e5835b (diff) | |
Merge pull request #106 from petejohanson/boards/bluemicro840-naming-refactor
refactor(boards): Rename to bluemicro840_v1.
Diffstat (limited to 'app/boards/arm/bluemicro840/Kconfig.defconfig')
| -rw-r--r-- | app/boards/arm/bluemicro840/Kconfig.defconfig | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/app/boards/arm/bluemicro840/Kconfig.defconfig b/app/boards/arm/bluemicro840/Kconfig.defconfig new file mode 100644 index 0000000..566b5a4 --- /dev/null +++ b/app/boards/arm/bluemicro840/Kconfig.defconfig @@ -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 |
