mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-04-22 13:06:57 -05:00
Add KConfig for board battery charger
This commit is contained in:
@@ -3,3 +3,8 @@ config BOARD_ENABLE_DCDC
|
||||
select SOC_DCDC_NRF52X
|
||||
default y
|
||||
depends on (BOARD_NRFMICRO_11 || BOARD_NRFMICRO_11_FLIPPED || BOARD_NRFMICRO_13)
|
||||
|
||||
config BOARD_ENABLE_CHARGER
|
||||
bool "Enable battery charger"
|
||||
default y
|
||||
depends on (BOARD_NRFMICRO_13)
|
||||
|
||||
Reference in New Issue
Block a user