From 4a4ec3dddb47c53545c7621e45240ee2c5c523d1 Mon Sep 17 00:00:00 2001 From: brian cully Date: Wed, 14 Jan 2026 11:45:14 -0500 Subject: change dpi settings again! --- keyboards/ploopyco/madromys/keymaps/bjc/config.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'keyboards/ploopyco/madromys/keymaps') 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 -- cgit v1.3