Skip to content

Commit

Permalink
label central and peripheral left and right accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
RealET committed Jan 11, 2025
1 parent caba2f1 commit 886502d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion boards/shields/imprint/imprint.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ RC(2,6) RC(2,5) RC(2,4) RC(2,3) RC(2,2) RC(2,1) RC(9,1) RC(9,2)

};

//right hand trackball
split_inputs {
#address-cells = <1>;
#size-cells = <0>;
Expand All @@ -132,7 +133,7 @@ RC(2,6) RC(2,5) RC(2,4) RC(2,3) RC(2,2) RC(2,1) RC(9,1) RC(9,2)
device = <&trackball_peripheral_split>;
input-processors = <&zip_xy_transform ( INPUT_TRANSFORM_XY_SWAP )>, <&zip_xy_to_scroll_mapper>;
};

//left hand trackball
trackball_central_listener: trackball_central_listener {
compatible = "zmk,input-listener";
status = "disabled";
Expand Down

0 comments on commit 886502d

Please sign in to comment.