refactor: use zmk,matrix-transform instead of zmk,matrix_transform
* Align codebase with documentation.
This commit is contained in:
parent
a3fbc2a5ba
commit
6b547019c2
76 changed files with 90 additions and 90 deletions
|
|
@ -7,7 +7,7 @@ By default, the 2x1u layout is used. To use to the 1x2u layout, add the followin
|
|||
```
|
||||
/ {
|
||||
chosen {
|
||||
zmk,matrix_transform = &single_2u_transform;
|
||||
zmk,matrix-transform = &single_2u_transform;
|
||||
};
|
||||
};
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue