diff options
| author | brian cully <bjc@spork.org> | 2026-01-13 17:43:39 -0500 |
|---|---|---|
| committer | brian cully <bjc@spork.org> | 2026-01-13 17:43:39 -0500 |
| commit | 2b1ea0b00ed4ca2a7d39b6b95e74f887bd8b7fab (patch) | |
| tree | 7eb319dfb8adb2144605f7ca177fc900195b637b | |
| parent | 7977cfbe671ca1d50d9bd9c700b48fed40d2a042 (diff) | |
| download | qmk-userspace-2b1ea0b00ed4ca2a7d39b6b95e74f887bd8b7fab.tar.gz qmk-userspace-2b1ea0b00ed4ca2a7d39b6b95e74f887bd8b7fab.zip | |
lower default dpi to 12000
| -rw-r--r-- | keyboards/ploopyco/madromys/keymaps/bjc/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/ploopyco/madromys/keymaps/bjc/config.h b/keyboards/ploopyco/madromys/keymaps/bjc/config.h index bf0e6e9..50c9822 100644 --- a/keyboards/ploopyco/madromys/keymaps/bjc/config.h +++ b/keyboards/ploopyco/madromys/keymaps/bjc/config.h @@ -3,6 +3,6 @@ // 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 3 +#define PLOOPY_DPI_DEFAULT 2 #define PLOOPY_DRAGSCROLL_DIVISOR_H 16.0 #define PLOOPY_DRAGSCROLL_DIVISOR_V 16.0 |
