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

@@ -19,7 +19,7 @@
zephyr,flash = &flash0;
zephyr,console = &cdc_acm_uart;
zmk,kscan = &kscan;
zmk,matrix_transform = &transform;
zmk,matrix-transform = &transform;
/* TODO: Enable once we support the IC for underglow
zmk,underglow = &led_strip;
*/