mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-22 05:55:18 -05:00
Add snippet to build for nRF52833 boards while ignoring the SoftDevice. This is necessary as those boards are memory-constrained.
7 lines
150 B
YAML
7 lines
150 B
YAML
# Copyright (c) 2024 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
name: nrf52833-nosd
|
|
append:
|
|
EXTRA_DTC_OVERLAY_FILE: nrf52833-nosd.overlay
|