We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c183981 commit a825591Copy full SHA for a825591
boards/shields/glove43tb/glove43tb_R.overlay
@@ -73,8 +73,8 @@
73
motion-gpios = <&gpio0 2 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
74
zephyr,axis-x = <INPUT_REL_X>;
75
zephyr,axis-y = <INPUT_REL_Y>;
76
- invert-x; // マウス操作のX軸を反転
77
- invert-y; // マウス操作のY軸を反転
+ // invert-x; // マウス操作のX軸を反転
+ // invert-y; // マウス操作のY軸を反転
78
res-cpi = <400>; // マウス感度
79
};
80
0 commit comments