diff options
author | umi <57262844+umi-umi@users.noreply.github.com> | 2021-10-01 17:24:53 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-01 17:24:53 +0900 |
commit | e54a57d32a55609727ad9e9ca9c4954f9a727798 (patch) | |
tree | e77577877acabfcbd359cebdcc1bdbcefc6dbdaf /docs/ja/config_options.md | |
parent | 52cb19713b794be130563ac20923e8e70e83971e (diff) |
[Docs] update Japanese translation of mod_tap.md (#13981)
* update mod_tap.md translation
* add id on config_options.md and update text based on comments
Diffstat (limited to 'docs/ja/config_options.md')
-rw-r--r-- | docs/ja/config_options.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ja/config_options.md b/docs/ja/config_options.md index 6d7c477172..18fe9489b9 100644 --- a/docs/ja/config_options.md +++ b/docs/ja/config_options.md @@ -141,7 +141,7 @@ QMK での全ての利用可能な設定にはデフォルトがあります。 * `#define STRICT_LAYER_RELEASE` * キーリリースがどのレイヤーから来たのかを覚えるのではなく、現在のレイヤースタックを使って強制的に評価されるようにします (高度なケースに使われます) -## 設定可能な挙動 +## 設定可能な挙動 :id=behaviors-that-can-be-configured * `#define TAPPING_TERM 200` * タップがホールドになるまでの時間。500以上に設定された場合、タップ期間中にタップされたキーもホールドになります。(訳注: PERMISSIVE_HOLDも参照) |