forked from kofal.net/zmk
Initial basic work on nice!nano board support.
This commit is contained in:
13
app/boards/arm/nice_nano/nice_nano_defconfig
Normal file
13
app/boards/arm/nice_nano/nice_nano_defconfig
Normal file
@@ -0,0 +1,13 @@
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
CONFIG_SOC_SERIES_NRF52X=y
|
||||
CONFIG_SOC_NRF52840_QIAA=y
|
||||
CONFIG_BOARD_NICE_NANO=y
|
||||
|
||||
# Enable MPU
|
||||
CONFIG_ARM_MPU=y
|
||||
|
||||
# enable GPIO
|
||||
CONFIG_GPIO=y
|
||||
|
||||
CONFIG_USE_DT_CODE_PARTITION=y
|
||||
Reference in New Issue
Block a user