forked from kofal.net/zmk
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:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user