diff options
| author | brian cully <bjc@spork.org> | 2026-01-14 10:14:56 -0500 |
|---|---|---|
| committer | brian cully <bjc@spork.org> | 2026-01-14 10:14:56 -0500 |
| commit | 51908313b53d82e18f1ec200fd3e77864643dd69 (patch) | |
| tree | 3119706a0c48bcafc333de4b66bde1932bf91ac6 | |
| parent | dfc7890456415a735ad52124990b9004c2010270 (diff) | |
| download | qmk-userspace-51908313b53d82e18f1ec200fd3e77864643dd69.tar.gz qmk-userspace-51908313b53d82e18f1ec200fd3e77864643dd69.zip | |
change dpi options
| -rw-r--r-- | keyboards/ploopyco/madromys/keymaps/bjc/config.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/ploopyco/madromys/keymaps/bjc/config.h b/keyboards/ploopyco/madromys/keymaps/bjc/config.h index d627c03..a193b19 100644 --- a/keyboards/ploopyco/madromys/keymaps/bjc/config.h +++ b/keyboards/ploopyco/madromys/keymaps/bjc/config.h @@ -1,9 +1,9 @@ #pragma once -// doesn't work on plasma. shame. 2026-jan-13 -//#define POINTING_DEVICE_HIRES_SCROLL_ENABLE -#define PLOOPY_DPI_OPTIONS { 2400, 4800, 12000, 16000 } -#define PLOOPY_DPI_DEFAULT 2 +// 3600 appears to be the maximum. +#define PLOOPY_DPI_OPTIONS { 300, 1200, 2400, 3600 } +#define PLOOPY_DPI_DEFAULT 3 + // otherwise the x/y have parity issues. #define PLOOPY_DRAGSCROLL_INVERT 1 #define PLOOPY_DRAGSCROLL_DIVISOR_H 2.0 |
