forked from kofal.net/zmk
feat(boards): add nrf52840-nosd snippet
Add snippet to build for nRF52840 boards while ignoring the SoftDevice. This might be useful for especially memory-intensive applications.
This commit is contained in:
committed by
Pete Johanson
parent
63af296b6e
commit
4438b7b835
6
app/snippets/nrf52840-nosd/snippet.yml
Normal file
6
app/snippets/nrf52840-nosd/snippet.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
# Copyright (c) 2024 The ZMK Contributors
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
name: nrf52840-nosd
|
||||
append:
|
||||
EXTRA_DTC_OVERLAY_FILE: nrf52840-nosd.overlay
|
||||
Reference in New Issue
Block a user