Skip to content

Commit

Permalink
paren
Browse files Browse the repository at this point in the history
  • Loading branch information
RealET committed Jan 10, 2025
1 parent 8b7eeb0 commit 64b6a39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boards/shields/imprint/imprint.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,12 @@ RC(2,6) RC(2,5) RC(2,4) RC(2,3) RC(2,2) RC(2,1) RC(9,1) RC(9,2)
compatible = "zmk,input-listener";
status = "disabled";
device = <&trackball_peripheral_split>;
input-processors = <&zip_xy_transform INPUT_TRANSFORM_XY_SWAP>;
input-processors = <&zip_xy_transform ( INPUT_TRANSFORM_XY_SWAP )>;
};

trackball_central_listener: trackball_central_listener {
compatible = "zmk,input-listener";
status = "disabled";
input-processors = <&zip_xy_transform INPUT_TRANSFORM_XY_SWAP>;
input-processors = <&zip_xy_transform ( INPUT_TRANSFORM_XY_SWAP )>;
};
};

0 comments on commit 64b6a39

Please sign in to comment.