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
13 lines
243 B
Plaintext
13 lines
243 B
Plaintext
#
|
|
# Copyright (c) 2022 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
config BOARD_ADV360_LEFT
|
|
bool "adv360_left"
|
|
depends on SOC_NRF52840_QIAA
|
|
|
|
config BOARD_ADV360_RIGHT
|
|
bool "adv360_right"
|
|
depends on SOC_NRF52840_QIAA
|