Removed default brightness as that's handled by base firmware now Added USB VID, PID and manufacturer ID Enabled DCDC converter for marginally improved battery
8 lines
169 B
Plaintext
8 lines
169 B
Plaintext
# SPDX-License-Identifier: MIT
|
|
|
|
config BOARD_ENABLE_DCDC
|
|
bool "Enable DCDC mode"
|
|
select SOC_DCDC_NRF52X
|
|
default y
|
|
depends on BOARD_ADV360_LEFT || BOARD_ADV360_RIGHT
|