zmkfirmware / zmk

ZMK Firmware Repository
https://zmk.dev/
MIT License
2.83k stars 2.86k forks source link

feat(boards): add nrf52 nosd snippets #2545

Closed krikun98 closed 2 weeks ago

krikun98 commented 1 month ago

Add snippet to build for nRF52833/52840 boards while ignoring the SoftDevice. This is necessary as nRF52833 boards are memory-constrained and nRF52840 boards can accidentally erase the SoftDevice.

Board/Shield Check-list

krikun98 commented 1 month ago

Tested on a Jorne with an nRF52833 nrfmicro.

krikun98 commented 1 month ago

@caksoylar, @Nick-Munnich, I added nrf52840-nosd to the documentation, could you please take another look?

xfaktory commented 2 weeks ago

Is there a plan to add this snippet? It would be very helpful.