diff options
| author | Derek <dschmell91@gmail.com> | 2020-08-15 15:32:36 -0400 |
|---|---|---|
| committer | Derek <dschmell91@gmail.com> | 2020-08-15 15:32:36 -0400 |
| commit | 9dd8217cd4c5ae434bde6bd5eb4dca2274ce9cec (patch) | |
| tree | c3d2ce2d7d107b0e3f24377e804d82a9c58fe99e /app/boards/arm/bluemicro52840_v1/Kconfig.defconfig | |
| parent | 7e8a07e693431adfb64d12262b3c7614920c042c (diff) | |
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..e33a655 --- /dev/null +++ b/app/boards/arm/bluemicro52840_v1/Kconfig.defconfig @@ -0,0 +1,30 @@ +# Electronut Labs Papyr 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 |
