feat(boards): Add Arduino Uno interconnect, nrf52840dk config.
This commit is contained in:
parent
2a42fe658e
commit
12329b388e
3 changed files with 37 additions and 0 deletions
12
app/boards/nrf52840dk_nrf52840.conf
Normal file
12
app/boards/nrf52840dk_nrf52840.conf
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Copyright (c) 2022 The ZMK Contributors
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
CONFIG_ZMK_USB=y
|
||||
CONFIG_ZMK_BLE=y
|
||||
|
||||
CONFIG_MPU_ALLOW_FLASH_WRITE=y
|
||||
CONFIG_NVS=y
|
||||
CONFIG_SETTINGS_NVS=y
|
||||
CONFIG_FLASH=y
|
||||
CONFIG_FLASH_PAGE_LAYOUT=y
|
||||
CONFIG_FLASH_MAP=y
|
||||
Loading…
Add table
Add a link
Reference in a new issue