mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-30 09:55:19 -05:00
14 lines
203 B
Plaintext
14 lines
203 B
Plaintext
# 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
|