mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-04-26 01:30:45 +02:00
b8cb5f939a
* Updated M60 keymap * Make nrfjproj as default runner * Remove the polling config
10 lines
267 B
CMake
10 lines
267 B
CMake
#
|
|
# Copyright (c) 2020 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)
|