aboutsummaryrefslogtreecommitdiff
path: root/keyboards/ploopyco/trackball_mini/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/ploopyco/trackball_mini/readme.md')
-rw-r--r--keyboards/ploopyco/trackball_mini/readme.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/keyboards/ploopyco/trackball_mini/readme.md b/keyboards/ploopyco/trackball_mini/readme.md
index 1858efb6e..3c21a57cf 100644
--- a/keyboards/ploopyco/trackball_mini/readme.md
+++ b/keyboards/ploopyco/trackball_mini/readme.md
@@ -64,6 +64,17 @@ The `PLOOPY_DPI_OPTIONS` array sets the values that you want to be able to cycle
64 64
65The `DPI_CONFIG` macro will cycle through the values in the array, each time you hit it. It stores this value in persistent memory, so it will load it the next time the device powers up. 65The `DPI_CONFIG` macro will cycle through the values in the array, each time you hit it. It stores this value in persistent memory, so it will load it the next time the device powers up.
66 66
67## Drag Scroll
68
69Drag Sroll is a custom keycode for the Ploopy devices that allow you to hold or tap a button and have the mouse movement translate into scrolling instead.
70
71Nothing needs to be enabled to use this functionality. Just add the `DRAG_SCROLL` to your keymap.
72
73### Drag Scroll Configuration
74
75* `#define PLOOPY_DRAGSCROLL_MOMENTARY` - Makes the key into a momentary key, rather than a toggle.
76* `#define PLOOPY_DRAGSCROLL_DPI CPI375` - When the fixed DPI option is enabled, this sets the DPI to be used for Drag Scroll.
77* `#define PLOOPY_DRAGSCROLL_INVERT` - This reverses the direction that the scroll is performed.
67## Fuse settings 78## Fuse settings
68 79
69When flashing the bootloader, use the following fuse settings: 80When flashing the bootloader, use the following fuse settings: