Skip to content

Commit a825591

Browse files
committed
fix: Zephyr4.1
1 parent c183981 commit a825591

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boards/shields/glove43tb/glove43tb_R.overlay

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@
7373
motion-gpios = <&gpio0 2 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
7474
zephyr,axis-x = <INPUT_REL_X>;
7575
zephyr,axis-y = <INPUT_REL_Y>;
76-
invert-x; // マウス操作のX軸を反転
77-
invert-y; // マウス操作のY軸を反転
76+
// invert-x; // マウス操作のX軸を反転
77+
// invert-y; // マウス操作のY軸を反転
7878
res-cpi = <400>; // マウス感度
7979
};
8080
};

0 commit comments

Comments
 (0)