diff options
Diffstat (limited to 'keyboards/ploopyco')
| -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 |
