Skip to content

Commit 8fad3b7

Browse files
committed
Try to tweak sensitivity/speed
Signed-off-by: Eren Atas <[email protected]>
1 parent ab534b5 commit 8fad3b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/boards/shields/charybdis/pmw3610.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
reg = <0>;
4545
spi-max-frequency = <2000000>;
4646
irq-gpios = <&gpio0 6 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
47-
cpi = <1500>;
47+
cpi = <400>;
4848
evt-type = <INPUT_EV_REL>;
4949
x-input-code = <INPUT_REL_X>;
5050
y-input-code = <INPUT_REL_Y>;

config/charybdis.keymap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
input-processors = <&zip_xy_scaler 1 2>, <&zip_temp_layer 4 400>; // Switch to auto-mouse temp layer, decrease sensitivity
1717
scroll {
1818
layers = <5>; // SCROLL
19-
input-processors = <&zip_xy_scaler 1 3>, <&zip_xy_to_scroll_mapper>, <&zip_scroll_transform (INPUT_TRANSFORM_Y_INVERT)>;
19+
input-processors = <&zip_xy_scaler 1 5>, <&zip_xy_to_scroll_mapper>, <&zip_scroll_transform (INPUT_TRANSFORM_Y_INVERT)>;
2020
};
2121
};
2222

0 commit comments

Comments
 (0)