Skip to content

Commit 1ad5161

Browse files
committed
fix: Zephyr4.1
1 parent 8382329 commit 1ad5161

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

boards/shields/glove43tb/glove43tb_R.overlay

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@
7575
motion-gpios = <&gpio0 2 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
7676
zephyr,axis-x = <INPUT_REL_X>;
7777
zephyr,axis-y = <INPUT_REL_Y>;
78-
// invert-x; // マウス操作のX軸を反転
79-
// invert-y; // マウス操作のY軸を反転
78+
invert-y; // マウス操作のY軸を反転
8079
res-cpi = <400>; // マウス感度
8180
};
8281
};

0 commit comments

Comments
 (0)