diff options
| author | shela <shelaf@users.noreply.github.com> | 2020-10-13 01:06:06 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-13 01:06:06 +0900 |
| commit | 96ac448a0f9247bf527264b59e624209bfa41ec8 (patch) | |
| tree | 0e7ec1f65e56b694dca9754897f1c99b0777942c /docs | |
| parent | 216f9ed2c147b64b0134e33668121f681969aba9 (diff) | |
| download | qmk_firmware-96ac448a0f9247bf527264b59e624209bfa41ec8.tar.gz qmk_firmware-96ac448a0f9247bf527264b59e624209bfa41ec8.zip | |
Update feature_bluetooth.md of Japanese document. (#10594)
* Update Japanese document.
* Left justified.
* Update docs/ja/feature_bluetooth.md
Co-authored-by: s-show <s1shimz@gmail.com>
* Update docs/ja/feature_bluetooth.md
Co-authored-by: Takeshi ISHII <2170248+mtei@users.noreply.github.com>
Co-authored-by: s-show <s1shimz@gmail.com>
Co-authored-by: Takeshi ISHII <2170248+mtei@users.noreply.github.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ja/feature_bluetooth.md | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/docs/ja/feature_bluetooth.md b/docs/ja/feature_bluetooth.md index f7835dd54..3c71a18ec 100644 --- a/docs/ja/feature_bluetooth.md +++ b/docs/ja/feature_bluetooth.md | |||
| @@ -1,18 +1,18 @@ | |||
| 1 | # Bluetooth | 1 | # Bluetooth |
| 2 | 2 | ||
| 3 | <!--- | 3 | <!--- |
| 4 | original document: 0.9.0:docs/feature_bluetooth.md | 4 | original document: 0.10.33:docs/feature_bluetooth.md |
| 5 | git diff 0.9.0 HEAD -- docs/feature_bluetooth.md | cat | 5 | git diff 0.10.33 HEAD -- docs/feature_bluetooth.md | cat |
| 6 | --> | 6 | --> |
| 7 | 7 | ||
| 8 | ## Bluetooth の既知のサポートハードウェア | 8 | ## Bluetooth の既知のサポートハードウェア |
| 9 | 9 | ||
| 10 | 現在のところ Bluetooth のサポートは AVR ベースのチップに限られます。Bluetooth 2.1 については、QMK は RN-42 モジュールをサポートします。より最近の BLE プロトコルについては、現在のところ Adafruit Bluefruit SPI Friend のみが直接サポートされています。iOS デバイスに接続するには、BLE が必要です。iOS はマウス入力をサポートしないことに注意してください。 | 10 | 現在のところ Bluetooth のサポートは AVR ベースのチップに限られます。Bluetooth 2.1 については、QMK は RN-42 モジュールをサポートします。より最近の BLE プロトコルについては、現在のところ Adafruit Bluefruit SPI Friend のみが直接サポートされています。iOS デバイスに接続するには、BLE が必要です。iOS はマウス入力をサポートしないことに注意してください。 |
| 11 | 11 | ||
| 12 | | ボード | Bluetooth プロトコル | 接続タイプ | rules.mk | Bluetooth チップ | | 12 | | ボード | Bluetooth プロトコル | 接続タイプ | rules.mk | Bluetooth チップ | |
| 13 | |----------------------------------------------------------------|----------------------------|----------------|---------------------------|--------------| | 13 | | ---------------------------------------------------------------- | -------------------- | ---------- | ------------------------- | ---------------- | |
| 14 | | Roving Networks RN-42 (Sparkfun Bluesmirf) | Bluetooth Classic | UART | `BLUETOOTH = RN42` | RN-42 | | 14 | | Roving Networks RN-42 (Sparkfun Bluesmirf) | Bluetooth Classic | UART | `BLUETOOTH = RN42` | RN-42 | |
| 15 | | [Bluefruit LE SPI Friend](https://www.adafruit.com/product/2633) | Bluetooth Low Energy | SPI | `BLUETOOTH = AdafruitBLE` | nRF51822 | | 15 | | [Bluefruit LE SPI Friend](https://www.adafruit.com/product/2633) | Bluetooth Low Energy | SPI | `BLUETOOTH = AdafruitBLE` | nRF51822 | |
| 16 | 16 | ||
| 17 | まだサポートされていませんが、可能性のあるもの: | 17 | まだサポートされていませんが、可能性のあるもの: |
| 18 | * [Bluefruit LE UART Friend](https://www.adafruit.com/product/2479)。[tmk 実装がおそらく見つかります](https://github.com/tmk/tmk_keyboard/issues/514) | 18 | * [Bluefruit LE UART Friend](https://www.adafruit.com/product/2479)。[tmk 実装がおそらく見つかります](https://github.com/tmk/tmk_keyboard/issues/514) |
| @@ -30,7 +30,10 @@ Bluefruit UART friend は SPI friend に変換することができますが、 | |||
| 30 | 30 | ||
| 31 | <!-- FIXME: Document bluetooth support more completely. --> | 31 | <!-- FIXME: Document bluetooth support more completely. --> |
| 32 | ## Bluetooth の Rules.mk オプション | 32 | ## Bluetooth の Rules.mk オプション |
| 33 | これらのうちの1つだけを使ってください | 33 | |
| 34 | 現在サポートされている Bluetooth チップセットは [N-キーロールオーバー (NKRO)](ja/reference_glossary.md#n-key-rollover-nkro) をサポートしていません。そのため、`rules.mk` に `NKRO_ENABLE = no` を含めなければなりません。 | ||
| 35 | |||
| 36 | Bluetooth を有効にするには、以下のうちの1つだけを使ってください: | ||
| 34 | * BLUETOOTH_ENABLE = yes (レガシーオプション) | 37 | * BLUETOOTH_ENABLE = yes (レガシーオプション) |
| 35 | * BLUETOOTH = RN42 | 38 | * BLUETOOTH = RN42 |
| 36 | * BLUETOOTH = AdafruitBLE | 39 | * BLUETOOTH = AdafruitBLE |
| @@ -39,8 +42,8 @@ Bluefruit UART friend は SPI friend に変換することができますが、 | |||
| 39 | 42 | ||
| 40 | これは複数のキーボードの出力が選択できる場合に使われます。現在のところ、これは USB と Bluetooth の両方をサポートするキーボードで、それらの間の切り替えのみが可能です。 | 43 | これは複数のキーボードの出力が選択できる場合に使われます。現在のところ、これは USB と Bluetooth の両方をサポートするキーボードで、それらの間の切り替えのみが可能です。 |
| 41 | 44 | ||
| 42 | | 名前 | 説明 | | 45 | | 名前 | 説明 | |
| 43 | |----------|----------------------------------------------| | 46 | | ---------- | ------------------------------------- | |
| 44 | | `OUT_AUTO` | USB と Bluetooth を自動的に切り替える | | 47 | | `OUT_AUTO` | USB と Bluetooth を自動的に切り替える | |
| 45 | | `OUT_USB` | USB のみ | | 48 | | `OUT_USB` | USB のみ | |
| 46 | | `OUT_BT` | Bluetooth のみ | | 49 | | `OUT_BT` | Bluetooth のみ | |
