mirror of https://github.com/zmkfirmware/zmk.git
feat(split): Allow wired split for Ergodash
The Ergodash shield uses a Pro Micro compatible TRRS wired split configuration
This commit is contained in:
parent
9fcce45cb5
commit
9766dc1852
|
|
@ -12,6 +12,11 @@
|
|||
zmk,matrix-transform = &default_transform;
|
||||
};
|
||||
|
||||
wired_split {
|
||||
compatible = "zmk,wired-split";
|
||||
device = <&pro_micro_serial>;
|
||||
};
|
||||
|
||||
default_transform: keymap_transform_0 {
|
||||
compatible = "zmk,matrix-transform";
|
||||
columns = <14>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue