diff options
| author | brian cully <bjc@spork.org> | 2026-01-14 11:45:14 -0500 |
|---|---|---|
| committer | brian cully <bjc@spork.org> | 2026-01-14 11:45:14 -0500 |
| commit | 4a4ec3dddb47c53545c7621e45240ee2c5c523d1 (patch) | |
| tree | 1e5640e5e4271d6937953cb084ee488df480701e /keyboards/ploopyco/madromys/keymaps | |
| parent | 5ebb85c027a9742ba9a5a6519dfef3e84413a7c1 (diff) | |
| download | qmk-userspace-4a4ec3dddb47c53545c7621e45240ee2c5c523d1.tar.gz qmk-userspace-4a4ec3dddb47c53545c7621e45240ee2c5c523d1.zip | |
change dpi settings again!
Diffstat (limited to 'keyboards/ploopyco/madromys/keymaps')
| -rw-r--r-- | keyboards/ploopyco/madromys/keymaps/bjc/config.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/keyboards/ploopyco/madromys/keymaps/bjc/config.h b/keyboards/ploopyco/madromys/keymaps/bjc/config.h index 66fc44c..db419f9 100644 --- a/keyboards/ploopyco/madromys/keymaps/bjc/config.h +++ b/keyboards/ploopyco/madromys/keymaps/bjc/config.h @@ -1,8 +1,11 @@ #pragma once // 3600 appears to be the maximum. -#define PLOOPY_DPI_OPTIONS { 300, 1200, 2400, 3600 } -#define PLOOPY_DPI_DEFAULT 3 + +// internally, this is being divided by 100 (PMW33XX_CPI_STEP in the +// pmw3360 driver) +#define PLOOPY_DPI_OPTIONS { 900, 1800, 3600 } +#define PLOOPY_DPI_DEFAULT 2 #define POINTING_DEVICE_HIRES_SCROLL_ENABLE 1 // used as a divisor, though. the higher this is, the lower the output |
