mirror of https://github.com/zmkfirmware/zmk.git
Code partition size fix for nice!nano.
This commit is contained in:
parent
4ab6132f70
commit
33d4341320
|
|
@ -93,7 +93,7 @@
|
||||||
};
|
};
|
||||||
code_partition: partition@26000 {
|
code_partition: partition@26000 {
|
||||||
label = "code_partition";
|
label = "code_partition";
|
||||||
reg = <0x00026000 0x0002e000>;
|
reg = <0x00026000 0x000d2000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue