diff options
| author | Takeshi ISHII <2170248+mtei@users.noreply.github.com> | 2021-07-08 17:47:39 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-08 18:47:39 +1000 |
| commit | f44b48669dd4d33b409090125d95f94a7d2db1f3 (patch) | |
| tree | 7b2f77ebec788fa88b0cfe0b69fc30a83cd503e0 /docs | |
| parent | e10e67c9b9c2ba245c38eb31218ba88bfeb0dffb (diff) | |
| download | qmk_firmware-f44b48669dd4d33b409090125d95f94a7d2db1f3.tar.gz qmk_firmware-f44b48669dd4d33b409090125d95f94a7d2db1f3.zip | |
Updated docs/ja/feature_ps2_mouse.md. (#13472)
Changed following the change in the definition of `PS2_MOUSE_SCROLL_BTN_MASK` in the original document.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ja/feature_ps2_mouse.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ja/feature_ps2_mouse.md b/docs/ja/feature_ps2_mouse.md index 0351768b3..3d6941130 100644 --- a/docs/ja/feature_ps2_mouse.md +++ b/docs/ja/feature_ps2_mouse.md | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | # PS/2 マウスサポート :id=ps2-mouse-support | 1 | # PS/2 マウスサポート :id=ps2-mouse-support |
| 2 | 2 | ||
| 3 | <!--- | 3 | <!--- |
| 4 | original document: 0.9.44:docs/feature_ps2_mouse.md | 4 | original document: 0.13.17:docs/feature_ps2_mouse.md |
| 5 | git diff 0.9.44 HEAD -- docs/feature_ps2_mouse.md | cat | 5 | git diff 0.13.17 HEAD -- docs/feature_ps2_mouse.md | cat |
| 6 | --> | 6 | --> |
| 7 | 7 | ||
| 8 | PS/2 マウス (例えばタッチパッドあるいはトラックポイント)を複合デバイスとしてキーボードに接続することができます。 | 8 | PS/2 マウス (例えばタッチパッドあるいはトラックポイント)を複合デバイスとしてキーボードに接続することができます。 |
| @@ -210,7 +210,7 @@ void ps2_mouse_set_sample_rate(ps2_mouse_sample_rate_t sample_rate); | |||
| 210 | この機能を有効にするには、以下のようにスクロールボタンマスクを設定する必要があります: | 210 | この機能を有効にするには、以下のようにスクロールボタンマスクを設定する必要があります: |
| 211 | 211 | ||
| 212 | ```c | 212 | ```c |
| 213 | #define PS2_MOUSE_SCROLL_BTN_MASK (1<<PS2_MOUSE_BUTTON_MIDDLE) /* Default */ | 213 | #define PS2_MOUSE_SCROLL_BTN_MASK (1<<PS2_MOUSE_BTN_MIDDLE) /* Default */ |
| 214 | ``` | 214 | ``` |
| 215 | 215 | ||
| 216 | スクロールボタン機能を無効にするには: | 216 | スクロールボタン機能を無効にするには: |
