refactor: Give position map children labels. (#2544)

* To make is easier to reuse layouts and override the position
  maps for them, add labels to all the position map children in our
  shared layouts.
This commit is contained in:
Pete Johanson
2024-10-10 11:03:32 -06:00
committed by GitHub
parent dab4b2cdf3
commit d3f2895744
19 changed files with 19 additions and 19 deletions

View File

@@ -59,7 +59,7 @@
};
&layouts_common_ortho_4x12_position_map {
layout_ortho_4x12_1x2u {
layout_ortho_4x12_1x2u_posmap: layout_ortho_4x12_1x2u {
physical-layout = <&layout_ortho_4x12_1x2u>;
positions
= < 0 1 2 3 4 5 6 7 8 9 10 11>

View File

@@ -58,7 +58,7 @@
};
&layouts_common_ortho_4x12_position_map {
layout_ortho_4x12_2x2u {
layout_ortho_4x12_2x2u_posmap: layout_ortho_4x12_2x2u {
physical-layout = <&layout_ortho_4x12_2x2u>;
positions
= < 0 1 2 3 4 5 6 7 8 9 10 11>

View File

@@ -60,7 +60,7 @@
};
&layouts_common_ortho_4x12_position_map {
layout_ortho_4x12_all1u {
layout_ortho_4x12_all1u_posmap: layout_ortho_4x12_all1u {
physical-layout = <&layout_ortho_4x12_all1u>;
positions
= < 0 1 2 3 4 5 6 7 8 9 10 11>