Skip to content

Commit

Permalink
try mouse acceleration driver
Browse files Browse the repository at this point in the history
  • Loading branch information
AlaaSaadAbdo authored Aug 30, 2024
1 parent eb91693 commit 929bca4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions config/boards/shields/ghazal/ghazal.conf
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ CONFIG_PMW3610_CPI=500
CONFIG_PMW3610_SCROLL_TICK=35
CONFIG_PMW3610_POLLING_RATE_125_SW=y
CONFIG_PMW3610_FORCE_AWAKE=y
CONFIG_PMW3610_MACCEL=y
CONFIG_PMW3610_CPI_DIVIDOR=1

# logging
# CONFIG_LOG_PROCESS_THREAD_STARTUP_DELAY_MS=8000
Expand Down
7 changes: 6 additions & 1 deletion config/west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ manifest:
url-base: https://github.com/AlaaSaadAbdo
# - name: badjeff
# url-base: https://github.com/badjeff
- name: charlesmst
- url-base: https://github.com/charlesmst
projects:
# - name: zmk
# remote: petejohanson
Expand All @@ -22,8 +24,11 @@ manifest:
- name: chiptuner-zmk-module
remote: petejohanson
revision: main
# - name: zmk-pmw3610-driver
# remote: inorichi
# revision: main
- name: zmk-pmw3610-driver
remote: inorichi
remote: charlesmst
revision: main
# - name: zmk-pmw3610-driver
# remote: badjeff
Expand Down

0 comments on commit 929bca4

Please sign in to comment.