blob: bf0e6e9b12a0afcbad8b40d53976d57b5afe6d5c (
plain)
1
2
3
4
5
6
7
8
|
#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 3
#define PLOOPY_DRAGSCROLL_DIVISOR_H 16.0
#define PLOOPY_DRAGSCROLL_DIVISOR_V 16.0
|