diff options
| author | brian cully <bjc@spork.org> | 2026-01-14 10:14:47 -0500 |
|---|---|---|
| committer | brian cully <bjc@spork.org> | 2026-01-14 10:14:47 -0500 |
| commit | dfc7890456415a735ad52124990b9004c2010270 (patch) | |
| tree | 17d5e37450b415fdeb1df1530821d92b08eec353 /keyboards | |
| parent | 9783eafb89fd89202c38a98d33e2ff41f092562a (diff) | |
| download | qmk-userspace-dfc7890456415a735ad52124990b9004c2010270.tar.gz qmk-userspace-dfc7890456415a735ad52124990b9004c2010270.zip | |
turn on hires scrolling
Diffstat (limited to 'keyboards')
| -rw-r--r-- | keyboards/ploopyco/madromys/keymaps/bjc/config.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/keyboards/ploopyco/madromys/keymaps/bjc/config.h b/keyboards/ploopyco/madromys/keymaps/bjc/config.h index 7bfb612..d627c03 100644 --- a/keyboards/ploopyco/madromys/keymaps/bjc/config.h +++ b/keyboards/ploopyco/madromys/keymaps/bjc/config.h @@ -6,5 +6,11 @@ #define PLOOPY_DPI_DEFAULT 2 // otherwise the x/y have parity issues. #define PLOOPY_DRAGSCROLL_INVERT 1 -#define PLOOPY_DRAGSCROLL_DIVISOR_H 16.0 -#define PLOOPY_DRAGSCROLL_DIVISOR_V 16.0 +#define PLOOPY_DRAGSCROLL_DIVISOR_H 2.0 +#define PLOOPY_DRAGSCROLL_DIVISOR_V 2.0 + +// turns *on* hires, weirdly enough? see: +// https://blog.ploopy.co/high-resolution-scrolling-for-the-adept-257 +// and testing confirms -bjc 2026-jan-14 +#define POINTING_DEVICE_HIRES_SCROLL_ENABLE 0 +#define POINTING_DEVICE_HIRES_SCROLL_MULTIPLIER 15 |
