mirror of https://github.com/zmkfirmware/zmk.git
refactor(shields): Use space not hyphen for layout names
This commit is contained in:
parent
608b6458a9
commit
59c82ef27a
|
|
@ -3,7 +3,7 @@
|
||||||
/ {
|
/ {
|
||||||
splitkb_kyria_6col_layout: splitkb_kyria_6col_layout {
|
splitkb_kyria_6col_layout: splitkb_kyria_6col_layout {
|
||||||
compatible = "zmk,physical-layout";
|
compatible = "zmk,physical-layout";
|
||||||
display-name = "6-column";
|
display-name = "6 Column";
|
||||||
|
|
||||||
keys // w h x y rot rx ry
|
keys // w h x y rot rx ry
|
||||||
= <&key_physical_attrs 100 100 0 75 0 0 0>
|
= <&key_physical_attrs 100 100 0 75 0 0 0>
|
||||||
|
|
@ -61,7 +61,7 @@
|
||||||
|
|
||||||
splitkb_kyria_5col_layout: splitkb_kyria_5col_layout {
|
splitkb_kyria_5col_layout: splitkb_kyria_5col_layout {
|
||||||
compatible = "zmk,physical-layout";
|
compatible = "zmk,physical-layout";
|
||||||
display-name = "5-column";
|
display-name = "5 Column";
|
||||||
|
|
||||||
keys // w h x y rot rx ry
|
keys // w h x y rot rx ry
|
||||||
= <&key_physical_attrs 100 100 0 75 0 0 0>
|
= <&key_physical_attrs 100 100 0 75 0 0 0>
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
/ {
|
/ {
|
||||||
foostan_corne_6col_layout: foostan_corne_6col_layout {
|
foostan_corne_6col_layout: foostan_corne_6col_layout {
|
||||||
compatible = "zmk,physical-layout";
|
compatible = "zmk,physical-layout";
|
||||||
display-name = "6-column";
|
display-name = "6 Column";
|
||||||
|
|
||||||
keys // w h x y rot rx ry
|
keys // w h x y rot rx ry
|
||||||
= <&key_physical_attrs 100 100 0 37 0 0 0>
|
= <&key_physical_attrs 100 100 0 37 0 0 0>
|
||||||
|
|
@ -53,7 +53,7 @@
|
||||||
|
|
||||||
foostan_corne_5col_layout: foostan_corne_5col_layout {
|
foostan_corne_5col_layout: foostan_corne_5col_layout {
|
||||||
compatible = "zmk,physical-layout";
|
compatible = "zmk,physical-layout";
|
||||||
display-name = "5-column";
|
display-name = "5 Column";
|
||||||
|
|
||||||
keys // w h x y rot rx ry
|
keys // w h x y rot rx ry
|
||||||
= <&key_physical_attrs 100 100 0 37 0 0 0>
|
= <&key_physical_attrs 100 100 0 37 0 0 0>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue