diff options
| author | Pete Johanson <peter@peterjohanson.com> | 2020-08-16 22:32:04 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-16 22:32:04 -0400 |
| commit | 3f1dfbaad1a867f59c13814a517e03dfce4d4223 (patch) | |
| tree | 59e01c78a9c156c9693bf370b1e63fc2aa5f33a2 /app/boards/arm/bluemicro52840_v1/Kconfig.defconfig | |
| parent | 94549b4a07985e9b1a462bb64f67c8ade466e377 (diff) | |
| parent | 15405f351ac8446bbadd2d46e65f6c90dd7c4c6d (diff) | |
Merge pull request #91 from Na-Cly/boards/bluemicro52840_v1
Add bluemicro support
Diffstat (limited to 'app/boards/arm/bluemicro52840_v1/Kconfig.defconfig')
| -rw-r--r-- | app/boards/arm/bluemicro52840_v1/Kconfig.defconfig | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/app/boards/arm/bluemicro52840_v1/Kconfig.defconfig b/app/boards/arm/bluemicro52840_v1/Kconfig.defconfig new file mode 100644 index 0000000..90a5ed9 --- /dev/null +++ b/app/boards/arm/bluemicro52840_v1/Kconfig.defconfig @@ -0,0 +1,30 @@ +# 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 |
