Skip to content

Commit cca8d11

Browse files
committed
Decrease sensitivity
Signed-off-by: Eren Atas <[email protected]>
1 parent d919dc2 commit cca8d11

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

config/boards/shields/charybdis/pmw3610.dtsi

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

config/charybdis.keymap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
trackball_listener {
1414
compatible = "zmk,input-listener";
1515
device = <&trackball>;
16-
input-processors = <&zip_temp_layer 4 400>;
16+
input-processors = <&zip_xy_scaler 1 3>, <&zip_temp_layer 4 400>; // Switch to auto-mouse temp layer, decrease sensitivity
1717
scroll {
1818
layers = <5>; // SCROLL
1919
input-processors = <&zip_xy_scaler 1 3>, <&zip_xy_to_scroll_mapper>, <&zip_scroll_transform (INPUT_TRANSFORM_Y_INVERT)>;

0 commit comments

Comments
 (0)