diff options
author | Drashna Jael're <drashna@live.com> | 2021-09-24 12:21:32 -0700 |
---|---|---|
committer | Drashna Jael're <drashna@live.com> | 2021-09-24 12:21:32 -0700 |
commit | 675c5a5e12f5c5efe59a0d0b30b17a41a398c74e (patch) | |
tree | 43850408dbd4afef92b26b16137e62548a8048fe /docs/ja/feature_led_indicators.md | |
parent | fcb7c7b04fc822e04ac0d2ba9ba8d2483d838b80 (diff) | |
parent | 4493a05b74d8852222faa776d140233745114c53 (diff) |
Merge remote-tracking branch 'origin/master' into develop
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 307603f0a4..764b478c31 100644 --- a/docs/ja/feature_led_indicators.md +++ b/docs/ja/feature_led_indicators.md @@ -25,7 +25,7 @@ LED の状態を `uint8_t` として提供する2つの非推奨の関数があ * `uint8_t led_set_kb(uint8_t usb_led)` と `_user(uint8_t usb_led)` * `uint8_t host_keyboard_leds()` -## 設定オプション +## 設定オプション :id=configuration-options インジケータを設定するには、`config.h` で以下の `#define` をします: |