Skip to content

Commit

Permalink
remove dividor on snipe and attach it to layer 8
Browse files Browse the repository at this point in the history
  • Loading branch information
280Zo committed Aug 2, 2024
1 parent ec81dab commit 90a9e53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ CONFIG_PMW3610=y
CONFIG_PMW3610_SMART_ALGORITHM=y
CONFIG_PMW3610_CPI=3200
CONFIG_PMW3610_CPI_DIVIDOR=5
CONFIG_PMW3610_SNIPE_CPI=400
CONFIG_PMW3610_SNIPE_CPI_DIVIDOR=2
CONFIG_PMW3610_SNIPE_CPI=200
CONFIG_PMW3610_SNIPE_CPI_DIVIDOR=1
CONFIG_PMW3610_SCROLL_TICK=20
CONFIG_PMW3610_POLLING_RATE_125_SW=y
CONFIG_PMW3610_REST1_SAMPLE_TIME_MS=20
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
spi-max-frequency = <2000000>;
irq-gpios = <&gpio0 6 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
/* optional features */
snipe-layers = <1>;
snipe-layers = <8>;
scroll-layers = <2 5 6>;
automouse-layer = <4>;
};
Expand Down

0 comments on commit 90a9e53

Please sign in to comment.