refactor(boards): Add back default matrix transform to Zen v2 chosen node
This commit is contained in:
parent
2c70048bee
commit
4a9c59317f
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
||||||
zmk,display = &epd;
|
zmk,display = &epd;
|
||||||
zmk,battery = &vbatt;
|
zmk,battery = &vbatt;
|
||||||
zephyr,console = &cdc_acm_uart;
|
zephyr,console = &cdc_acm_uart;
|
||||||
|
zmk,matrix_transform = &default_transform;
|
||||||
};
|
};
|
||||||
|
|
||||||
default_transform: keymap_transform_0 {
|
default_transform: keymap_transform_0 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue