mirror of https://github.com/zmkfirmware/zmk.git
11 lines
328 B
Plaintext
11 lines
328 B
Plaintext
# Puchi-BLE board configuration
|
|
|
|
# Copyright (c) 2022 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
config BOARD_PUCHI_BLE
|
|
select SOC_NRF52840_QIAA
|
|
imply RETAINED_MEM if BOARD_PUCHI_BLE_NRF52840_ZMK
|
|
imply RETENTION if BOARD_PUCHI_BLE_NRF52840_ZMK
|
|
imply RETENTION_BOOT_MODE if BOARD_PUCHI_BLE_NRF52840_ZMK
|