Skip to content

Commit

Permalink
refactor(shields): Use space not hyphen for layout names
Browse files Browse the repository at this point in the history
  • Loading branch information
caksoylar committed Sep 30, 2024
1 parent 5bca867 commit 6f7d677
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/boards/shields/kyria/kyria-layout.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
6 changes: 3 additions & 3 deletions app/dts/layouts/foostan/corne.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -118,4 +118,4 @@
, < 30 31 32 33 34 35 >;
};
};
};
};

0 comments on commit 6f7d677

Please sign in to comment.