Files
Adv360-Pro-ZMK/config/boards/arm/adv360/Kconfig
T
ReFil 43d0e71ca0 Config changes
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
2022-10-07 21:45:31 +01:00

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