17 lines
268 B
Plaintext
17 lines
268 B
Plaintext
#
|
|
# Copyright (c) 2022 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
config BOARD_SOFLE_LEFT
|
|
bool
|
|
|
|
config BOARD_SOFLE_RIGHT
|
|
bool
|
|
|
|
config BOARD_ENABLE_DCDC
|
|
bool "Enable DCDC mode"
|
|
select SOC_DCDC_NRF52X
|
|
default y
|
|
depends on BOARD_sofle
|