* Set a chosen `zmk,default-power-domain` * Enable the relevant Kconfig settings for PDs.
17 lines
406 B
Text
17 lines
406 B
Text
# nice!nano board configuration
|
|
|
|
# Copyright (c) 2020 Pete Johanson
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
config BOARD_NICE_NANO
|
|
bool "nice!nano"
|
|
imply ZMK_POWER_DOMAINS
|
|
imply ZMK_POWER_DOMAINS_DYNAMIC_DEFAULT
|
|
depends on SOC_NRF52840_QIAA
|
|
|
|
config BOARD_NICE_NANO_V2
|
|
bool "nice!nano v2"
|
|
imply ZMK_POWER_DOMAINS
|
|
imply ZMK_POWER_DOMAINS_DYNAMIC_DEFAULT
|
|
depends on SOC_NRF52840_QIAA
|
|
|