We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a8e6ac commit 88fe659Copy full SHA for 88fe659
boards/shields/charybdis/charybdis_right.conf
@@ -4,6 +4,7 @@ CONFIG_ZMK_POINTING=y
4
CONFIG_PMW3610=y
5
CONFIG_PMW3610_SWAP_XY=y
6
CONFIG_PMW3610_INVERT_X=y
7
+CONFIG_PMW3610_INVERT_Y=y
8
CONFIG_PMW3610_SMART_ALGORITHM=y
9
10
CONFIG_ZMK_EXT_POWER=y
boards/shields/charybdis/charybdis_right.overlay
@@ -58,7 +58,7 @@
58
reg = <0>;
59
spi-max-frequency = <2000000>;
60
irq-gpios = <&gpio0 6 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
61
- cpi = <2560>;
+ cpi = <1000>;
62
evt-type = <INPUT_EV_REL>;
63
x-input-code = <INPUT_REL_X>;
64
y-input-code = <INPUT_REL_Y>;
@@ -82,7 +82,10 @@
82
83
scroller {
84
layers = <3>;
85
- input-processors = <&zip_xy_to_scroll_mapper>;
+ input-processors = <
86
+ &zip_xy_to_scroll_mapper
87
+// &zip_xy_scaler 1 3
88
+ >;
89
};
90
91
0 commit comments