Skip to content

Commit

Permalink
SQUASH CORE: Drop default scroll value again.
Browse files Browse the repository at this point in the history
* Drop the default scroll value again. In theory you only want the
  higher value *IF* you enable the smooth scrolling Kconfig setting.
  • Loading branch information
petejohanson committed Oct 30, 2024
1 parent fe02821 commit 0d56afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/include/dt-bindings/zmk/mouse.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#endif

#ifndef ZMK_MOUSE_DEFAULT_SCRL_VAL
#define ZMK_MOUSE_DEFAULT_SCRL_VAL 300
#define ZMK_MOUSE_DEFAULT_SCRL_VAL 10
#endif

/* Mouse move behavior */
Expand Down

0 comments on commit 0d56afc

Please sign in to comment.