fix(shields) correct chosen property name for matrix transform
This commit is contained in:
parent
8904407983
commit
23153bd811
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
zmk,kscan = &kscan_matrix_comp;
|
||||
zmk,backlight = &backlight;
|
||||
zmk,underglow = &led_strip;
|
||||
zmk,matrix-transform = &matrix_transform;
|
||||
zmk,matrix_transform = &matrix_transform;
|
||||
};
|
||||
|
||||
// Commented out until we add more powerful power domain support
|
||||
|
|
Loading…
Add table
Reference in a new issue