aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/ploopyco/madromys/keymaps/bjc/config.h
blob: d627c036b45fe3c399df581216a9d98948d279e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#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
// otherwise the x/y have parity issues.
#define PLOOPY_DRAGSCROLL_INVERT 1
#define PLOOPY_DRAGSCROLL_DIVISOR_H 2.0
#define PLOOPY_DRAGSCROLL_DIVISOR_V 2.0

// turns *on* hires, weirdly enough?  see:
// https://blog.ploopy.co/high-resolution-scrolling-for-the-adept-257
// and testing confirms -bjc 2026-jan-14
#define POINTING_DEVICE_HIRES_SCROLL_ENABLE 0
#define POINTING_DEVICE_HIRES_SCROLL_MULTIPLIER 15