mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-19 20:45:18 -05:00
Add snippet to build for nRF52840 boards while ignoring the SoftDevice. This might be useful for especially memory-intensive applications.
7 lines
150 B
YAML
7 lines
150 B
YAML
# Copyright (c) 2024 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
name: nrf52840-nosd
|
|
append:
|
|
EXTRA_DTC_OVERLAY_FILE: nrf52840-nosd.overlay
|