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

@@ -12,11 +12,11 @@
/ {
chosen {
// 34 keys.
zmk,matrix_transform = &dual_1u_transform;
zmk,matrix-transform = &dual_1u_transform;
// 33 keys. Center two thumb keys replaced by a single 2u key. Remember to adjust your
// keymap accordingly!
// zmk,matrix_transform = &single_2u_transform;
// zmk,matrix-transform = &single_2u_transform;
};
};