Files
zmk-sofle/config/boards/arm/sofle/Kconfig.board
T
2024-10-12 05:01:56 +08:00

22 lines
357 B
Plaintext

#
# Copyright (c) 2022 Darryl deHaan
# SPDX-License-Identifier: MIT
#
config BOARD_SOFLE_LEFT
bool "sofle left"
depends on SOC_NRF52840_QIAA
config BOARD_SOFLE_RIGHT
bool "sofle right"
depends on SOC_NRF52840_QIAA
config BOARD_ENABLE_DCDC
bool "Enable DCDC mode"
select SOC_DCDC_NRF52X
default y
depends on BOARD_sofle