mirror of https://github.com/zmkfirmware/zmk.git
fix(boards): Add xiao_ble sd_partition label for nosd snippet compat
Upstream xiao_ble uses different naming convention for the partition labels, so add an additional label for the SD range, so the existing nrf52840-nosd snippet will still work with the board.
This commit is contained in:
parent
c8fd069704
commit
120490d5f5
|
|
@ -6,6 +6,9 @@
|
||||||
|
|
||||||
#include <common/nordic/nrf52840_uf2_boot_mode.dtsi>
|
#include <common/nordic/nrf52840_uf2_boot_mode.dtsi>
|
||||||
|
|
||||||
|
/* Add an sd_partition label for compatibility with the nosd snippet */
|
||||||
|
sd_partition: &reserved_partition_0 { };
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
chosen {
|
chosen {
|
||||||
zmk,battery = &vbatt;
|
zmk,battery = &vbatt;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue