diff options
author | umi <57262844+umi-umi@users.noreply.github.com> | 2021-09-24 14:51:34 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-24 14:51:34 +0900 |
commit | 30140f48d0968460fff7ef15994b616ee10e3d3f (patch) | |
tree | 75d8be0fccd872ce5cc4a5e0ebdf81667d9782bb /docs/ja/feature_led_indicators.md | |
parent | f4e42bde4a9c8671b1263c356615a1762a2790ab (diff) | |
download | qmk_firmware-30140f48d0968460fff7ef15994b616ee10e3d3f.tar.gz qmk_firmware-30140f48d0968460fff7ef15994b616ee10e3d3f.zip |
[Docs] update Japanese translation of pr_checklist.md (#13693)
* update pr_checklist.md translation
* update file based on comments
* add id on feature_led_indicators.md and update text based on comments
* update file based on comments
* update file based on comment
Diffstat (limited to 'docs/ja/feature_led_indicators.md')
-rw-r--r-- | docs/ja/feature_led_indicators.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ja/feature_led_indicators.md b/docs/ja/feature_led_indicators.md index 307603f0a..764b478c3 100644 --- a/docs/ja/feature_led_indicators.md +++ b/docs/ja/feature_led_indicators.md | |||
@@ -25,7 +25,7 @@ LED の状態を `uint8_t` として提供する2つの非推奨の関数があ | |||
25 | * `uint8_t led_set_kb(uint8_t usb_led)` と `_user(uint8_t usb_led)` | 25 | * `uint8_t led_set_kb(uint8_t usb_led)` と `_user(uint8_t usb_led)` |
26 | * `uint8_t host_keyboard_leds()` | 26 | * `uint8_t host_keyboard_leds()` |
27 | 27 | ||
28 | ## 設定オプション | 28 | ## 設定オプション :id=configuration-options |
29 | 29 | ||
30 | インジケータを設定するには、`config.h` で以下の `#define` をします: | 30 | インジケータを設定するには、`config.h` で以下の `#define` をします: |
31 | 31 | ||