refactor(shields): Use space not hyphen for layout names

This commit is contained in:
Cem Aksoylar 2024-09-30 09:45:06 -07:00 committed by Pete Johanson
parent 608b6458a9
commit 59c82ef27a
2 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@
/ {
splitkb_kyria_6col_layout: splitkb_kyria_6col_layout {
compatible = "zmk,physical-layout";
display-name = "6-column";
display-name = "6 Column";
keys // w h x y rot rx ry
= <&key_physical_attrs 100 100 0 75 0 0 0>
@ -61,7 +61,7 @@
splitkb_kyria_5col_layout: splitkb_kyria_5col_layout {
compatible = "zmk,physical-layout";
display-name = "5-column";
display-name = "5 Column";
keys // w h x y rot rx ry
= <&key_physical_attrs 100 100 0 75 0 0 0>

View File

@ -3,7 +3,7 @@
/ {
foostan_corne_6col_layout: foostan_corne_6col_layout {
compatible = "zmk,physical-layout";
display-name = "6-column";
display-name = "6 Column";
keys // w h x y rot rx ry
= <&key_physical_attrs 100 100 0 37 0 0 0>
@ -53,7 +53,7 @@
foostan_corne_5col_layout: foostan_corne_5col_layout {
compatible = "zmk,physical-layout";
display-name = "5-column";
display-name = "5 Column";
keys // w h x y rot rx ry
= <&key_physical_attrs 100 100 0 37 0 0 0>
@ -118,4 +118,4 @@
, < 30 31 32 33 34 35 >;
};
};
};
};