fix(shields) correct chosen property name for matrix transform

This commit is contained in:
Nick Coutsos 2023-03-01 17:13:07 -05:00 committed by GitHub
parent 8904407983
commit 23153bd811
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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