Skip to content

Commit c7fae18

Browse files
authored
feat(boards): add support for nrf52840dongle_nrf52840 (#3011)
This adds additional required configs for the Nordic NRF52840 Dongle (PCA10059), which was already supported by Zephyr, but didn't have flash settings and Bluetooth enabled.
1 parent 61da930 commit c7fae18

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Copyright (c) 2025 The ZMK Contributors
2+
# SPDX-License-Identifier: MIT
3+
4+
CONFIG_ZMK_BLE=y
5+
CONFIG_ZMK_USB=y
6+
7+
CONFIG_MPU_ALLOW_FLASH_WRITE=y
8+
CONFIG_NVS=y
9+
CONFIG_SETTINGS_NVS=y
10+
CONFIG_FLASH=y
11+
CONFIG_FLASH_PAGE_LAYOUT=y
12+
CONFIG_FLASH_MAP=y

0 commit comments

Comments
 (0)