mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 04:55:20 -05:00
* feat(boards): Properly support settings for RPi Pico board. * feat(shields): Add a tester_rpi_pico shield --------- Co-authored-by: Peter Johanson <peter@peterjohanson.com>
16 lines
278 B
Plaintext
16 lines
278 B
Plaintext
|
|
&uart0 { status = "disabled"; };
|
|
|
|
&code_partition {
|
|
reg = <0x100 (DT_SIZE_M(2) - 0x100 - DT_SIZE_K(512))>;
|
|
};
|
|
|
|
&flash0 {
|
|
partitions {
|
|
storage_partition: partition@180000 {
|
|
reg = <0x180000 DT_SIZE_K(512)>;
|
|
read-only;
|
|
};
|
|
};
|
|
};
|