diff options
| author | brian cully <bjc@spork.org> | 2026-01-14 09:34:00 -0500 |
|---|---|---|
| committer | brian cully <bjc@spork.org> | 2026-01-14 09:34:00 -0500 |
| commit | 9783eafb89fd89202c38a98d33e2ff41f092562a (patch) | |
| tree | 7850b8789e3a96a3f15935afbea2a17eea12dfd4 | |
| parent | 07c4c9513ea7423dde7fcee7788a8a61539ebaa2 (diff) | |
| download | qmk-userspace-9783eafb89fd89202c38a98d33e2ff41f092562a.tar.gz qmk-userspace-9783eafb89fd89202c38a98d33e2ff41f092562a.zip | |
fix scroll x/y matching movement
| -rw-r--r-- | keyboards/ploopyco/madromys/keymaps/bjc/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/ploopyco/madromys/keymaps/bjc/config.h b/keyboards/ploopyco/madromys/keymaps/bjc/config.h index 50c9822..7bfb612 100644 --- a/keyboards/ploopyco/madromys/keymaps/bjc/config.h +++ b/keyboards/ploopyco/madromys/keymaps/bjc/config.h @@ -4,5 +4,7 @@ //#define POINTING_DEVICE_HIRES_SCROLL_ENABLE #define PLOOPY_DPI_OPTIONS { 2400, 4800, 12000, 16000 } #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 |
