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
10 lines
268 B
CMake
10 lines
268 B
CMake
#
|
|
# Copyright (c) 2022 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
board_runner_args(nrfjprog "--nrf-family=NRF52" "--softreset")
|
|
|
|
include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
|
|
#include(${ZEPHYR_BASE}/boards/common/blackmagicprobe.board.cmake)
|