Skip to content

Commit

Permalink
Use zmk,matrix-transform
Browse files Browse the repository at this point in the history
  • Loading branch information
caksoylar committed Jan 25, 2024
1 parent e1fff30 commit ee8d6c4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion boards/shields/choc_ergo/choc_ergo.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/ {
chosen {
zmk,kscan = &kscan0;
zmk,matrix_transform = &default_transform;
zmk,matrix-transform = &default_transform;
};

default_transform: keymap_transform_0 {
Expand Down
2 changes: 1 addition & 1 deletion boards/shields/ffkb/ffkb.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/ {
chosen {
zmk,kscan = &kscan0;
zmk,matrix_transform = &default_transform;
zmk,matrix-transform = &default_transform;
zephyr,display = &oled;
};

Expand Down
2 changes: 1 addition & 1 deletion boards/shields/hypergolic/hypergolic.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/ {
chosen {
zmk,kscan = &kscan0;
zmk,matrix_transform = &default_transform;
zmk,matrix-transform = &default_transform;
};

default_transform: keymap_transform_0 {
Expand Down
2 changes: 1 addition & 1 deletion boards/shields/rommana/rommana.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/ {
chosen {
zmk,kscan = &kscan0;
zmk,matrix_transform = &default_transform;
zmk,matrix-transform = &default_transform;
};

default_transform: keymap_transform_0 {
Expand Down
2 changes: 1 addition & 1 deletion boards/shields/swweeep/swweeep.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/ {
chosen {
zmk,kscan = &kscan0;
zmk,matrix_transform = &default_transform;
zmk,matrix-transform = &default_transform;
};

default_transform: keymap_transform_0 {
Expand Down
2 changes: 1 addition & 1 deletion config/corneish_zen.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

/ {
chosen {
zmk,matrix_transform = &five_column_transform;
zmk,matrix-transform = &five_column_transform;
};
};

0 comments on commit ee8d6c4

Please sign in to comment.