Skip to content

Commit

Permalink
raise CPI to 1000
Browse files Browse the repository at this point in the history
  • Loading branch information
280Zo committed Oct 30, 2024
1 parent 5e7822c commit 08e3bc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion boards/shields/charybdis-bt/charybdis_pmw3610.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
reg = <0>;
spi-max-frequency = <2000000>;
irq-gpios = <&gpio0 6 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
cpi = <800>;
cpi = <1000>;
evt-type = <INPUT_EV_REL>;
x-input-code = <INPUT_REL_X>;
y-input-code = <INPUT_REL_Y>;
Expand Down
2 changes: 1 addition & 1 deletion boards/shields/charybdis-dongle/charybdis_pmw3610.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@
x-input-code = <INPUT_REL_X>;
y-input-code = <INPUT_REL_Y>;
};
}
};

0 comments on commit 08e3bc1

Please sign in to comment.