aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/ploopyco/madromys/keymaps/bjc
diff options
context:
space:
mode:
authorbrian cully <bjc@spork.org>2026-01-14 10:24:37 -0500
committerbrian cully <bjc@spork.org>2026-01-14 10:31:46 -0500
commit5ebb85c027a9742ba9a5a6519dfef3e84413a7c1 (patch)
tree65f8bbceb9ec339c5755bcd4ca1c5739875ee64a /keyboards/ploopyco/madromys/keymaps/bjc
parent51908313b53d82e18f1ec200fd3e77864643dd69 (diff)
downloadqmk-userspace-5ebb85c027a9742ba9a5a6519dfef3e84413a7c1.tar.gz
qmk-userspace-5ebb85c027a9742ba9a5a6519dfef3e84413a7c1.zip
increase sensitivity through magic
Diffstat (limited to 'keyboards/ploopyco/madromys/keymaps/bjc')
-rw-r--r--keyboards/ploopyco/madromys/keymaps/bjc/config.h15
1 files changed, 7 insertions, 8 deletions
diff --git a/keyboards/ploopyco/madromys/keymaps/bjc/config.h b/keyboards/ploopyco/madromys/keymaps/bjc/config.h
index a193b19..66fc44c 100644
--- a/keyboards/ploopyco/madromys/keymaps/bjc/config.h
+++ b/keyboards/ploopyco/madromys/keymaps/bjc/config.h
@@ -4,13 +4,12 @@
#define PLOOPY_DPI_OPTIONS { 300, 1200, 2400, 3600 }
#define PLOOPY_DPI_DEFAULT 3
+#define POINTING_DEVICE_HIRES_SCROLL_ENABLE 1
+// used as a divisor, though. the higher this is, the lower the output
+// resolution.
+#define POINTING_DEVICE_HIRES_SCROLL_MULTIPLIER 30
+
// otherwise the x/y have parity issues.
#define PLOOPY_DRAGSCROLL_INVERT 1
-#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
+#define PLOOPY_DRAGSCROLL_DIVISOR_H 1.0
+#define PLOOPY_DRAGSCROLL_DIVISOR_V 1.0