Skip to content

Commit

Permalink
adjust tackball sensetivity
Browse files Browse the repository at this point in the history
  • Loading branch information
280Zo authored and github-actions[bot] committed Oct 21, 2024
1 parent 8694d84 commit ed66f92
Show file tree
Hide file tree
Showing 3 changed files with 124 additions and 146 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ CONFIG_ZMK_MOUSE=y
CONFIG_PMW3610=y

# https://github.com/inorichi/zmk-pmw3610-driver/blob/main/Kconfig
CONFIG_PMW3610_SMART_ALGORITHM=n
CONFIG_PMW3610_CPI=400
CONFIG_PMW3610_CPI_DIVIDOR=1
CONFIG_PMW3610_SNIPE_CPI=200
CONFIG_PMW3610_SNIPE_CPI_DIVIDOR=1
CONFIG_PMW3610_SMART_ALGORITHM=y
CONFIG_PMW3610_CPI=800
CONFIG_PMW3610_CPI_DIVIDOR=2
CONFIG_PMW3610_SNIPE_CPI=400
CONFIG_PMW3610_SNIPE_CPI_DIVIDOR=2
CONFIG_PMW3610_SCROLL_TICK=20

CONFIG_PMW3610_POLLING_RATE_125_SW=y
Expand Down
Loading

0 comments on commit ed66f92

Please sign in to comment.