We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a825591 commit acc0f58Copy full SHA for acc0f58
boards/shields/glove43tb/glove43tb_R.overlay
@@ -73,7 +73,7 @@
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軸を反転
+ invert-x; // マウス操作のX軸を反転
77
// invert-y; // マウス操作のY軸を反転
78
res-cpi = <400>; // マウス感度
79
};
0 commit comments