summaryrefslogtreecommitdiff
path: root/docs/ja/config_options.md
diff options
context:
space:
mode:
authorumi <57262844+umi-umi@users.noreply.github.com>2021-10-01 17:24:53 +0900
committerGitHub <noreply@github.com>2021-10-01 17:24:53 +0900
commite54a57d32a55609727ad9e9ca9c4954f9a727798 (patch)
treee77577877acabfcbd359cebdcc1bdbcefc6dbdaf /docs/ja/config_options.md
parent52cb19713b794be130563ac20923e8e70e83971e (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.md2
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も参照)