aboutsummaryrefslogtreecommitdiff
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)
downloadqmk_firmware-e54a57d32a55609727ad9e9ca9c4954f9a727798.tar.gz
qmk_firmware-e54a57d32a55609727ad9e9ca9c4954f9a727798.zip
[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 6d7c47717..18fe9489b 100644
--- a/docs/ja/config_options.md
+++ b/docs/ja/config_options.md
@@ -141,7 +141,7 @@ QMK での全ての利用可能な設定にはデフォルトがあります。
141* `#define STRICT_LAYER_RELEASE` 141* `#define STRICT_LAYER_RELEASE`
142 * キーリリースがどのレイヤーから来たのかを覚えるのではなく、現在のレイヤースタックを使って強制的に評価されるようにします (高度なケースに使われます) 142 * キーリリースがどのレイヤーから来たのかを覚えるのではなく、現在のレイヤースタックを使って強制的に評価されるようにします (高度なケースに使われます)
143 143
144## 設定可能な挙動 144## 設定可能な挙動 :id=behaviors-that-can-be-configured
145 145
146* `#define TAPPING_TERM 200` 146* `#define TAPPING_TERM 200`
147 * タップがホールドになるまでの時間。500以上に設定された場合、タップ期間中にタップされたキーもホールドになります。(訳注: PERMISSIVE_HOLDも参照) 147 * タップがホールドになるまでの時間。500以上に設定された場合、タップ期間中にタップされたキーもホールドになります。(訳注: PERMISSIVE_HOLDも参照)