Skip to content

Commit acc0f58

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/shields/glove43tb/glove43tb_R.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
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軸を反転
76+
invert-x; // マウス操作のX軸を反転
7777
// invert-y; // マウス操作のY軸を反転
7878
res-cpi = <400>; // マウス感度
7979
};

0 commit comments

Comments
 (0)