Skip to content

Commit

Permalink
keymap_support: Set the SCROLL_DIVISOR to 20.
Browse files Browse the repository at this point in the history
Reverting the previous change to 80.
  • Loading branch information
ilc committed Oct 25, 2024
1 parent e81c33d commit 68a1c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/svalboard/keymaps/keymap_support.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ void mouse_mode(bool);

#if defined(POINTING_DEVICE_AUTO_MOUSE_MH_ENABLE)

#define SCROLL_DIVISOR 80
#define SCROLL_DIVISOR 20

bool mouse_mode_enabled = false;

Expand Down

0 comments on commit 68a1c41

Please sign in to comment.