* Set a chosen `zmk,default-power-domain` * Enable the relevant Kconfig settings for PDs.
10 lines
262 B
Text
10 lines
262 B
Text
# Puchi-BLE board configuration
|
|
|
|
# Copyright (c) 2022 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
config BOARD_PUCHI_BLE_v1
|
|
bool "puchi_ble_v1"
|
|
imply ZMK_POWER_DOMAINS
|
|
imply ZMK_POWER_DOMAINS_DYNAMIC_DEFAULT
|
|
depends on SOC_NRF52840_QIAA
|