refactor: use zmk,matrix-transform instead of zmk,matrix_transform

* Align codebase with documentation.
This commit is contained in:
honorless
2024-01-08 18:52:47 -05:00
committed by Joel Spadin
parent a3fbc2a5ba
commit 6b547019c2
76 changed files with 90 additions and 90 deletions

View File

@@ -49,6 +49,6 @@ RC(3,0) RC(3,1) RC(3,2) RC(3,4) RC(3,5) RC(7,1)
chosen {
zmk,kscan = &kscan0;
zmk,matrix_transform = &default_transform;
zmk,matrix-transform = &default_transform;
};
};