diff options
| author | ReFil <31960031+ReFil@users.noreply.github.com> | 2023-05-30 09:33:59 +0100 |
|---|---|---|
| committer | ReFil <31960031+ReFil@users.noreply.github.com> | 2023-07-06 17:41:42 +0100 |
| commit | 771d68f3a69c22e6b05650bd98adf7f06c80f3eb (patch) | |
| tree | c647e2ab583cdc9337a27fc13c6a13a2259fd0fc /config/boards/arm/adv360/Kconfig | |
| parent | e4071905562d3a5635f68af19bb00a78e1cb554f (diff) | |
V3.0 Update
refactor(board): Update to z3.2
Major update to underlying code requires change to the repo, brought in line with zmk pr for commonality, fixed indentation to comply with zmk pre-commit formatting reqs
Update settings-reset, change RGB modes
Add Update instructions, Assets folder
Diffstat (limited to 'config/boards/arm/adv360/Kconfig')
| -rw-r--r-- | config/boards/arm/adv360/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/boards/arm/adv360/Kconfig b/config/boards/arm/adv360/Kconfig index 350014a..db5273e 100644 --- a/config/boards/arm/adv360/Kconfig +++ b/config/boards/arm/adv360/Kconfig @@ -1,7 +1,7 @@ # 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 + bool "Enable DCDC mode" + select SOC_DCDC_NRF52X + default y + depends on BOARD_ADV360_LEFT || BOARD_ADV360_RIGHT
\ No newline at end of file |
