Skip to content

Commit

Permalink
fw: g3: fix the scroller setup
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiobaltieri committed Oct 4, 2024
1 parent 3dc033b commit e0b068b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firmware/boards/balto/paw_g3/paw_g3.dts
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,10 @@
compatible = "pixart,pat912x";
reg = <0x75>;
motion-gpios = <&gpio0 20 GPIO_ACTIVE_LOW>;
zephyr,axis-y = <INPUT_REL_WHEEL>;
zephyr,axis-x = <INPUT_REL_WHEEL>;
res-x-cpi = <50>;
res-y-cpi = <50>;
invert-y;
invert-x;
};

charger: bq25180@6a {
Expand Down

0 comments on commit e0b068b

Please sign in to comment.