diff options
author | QMK Bot <hello@qmk.fm> | 2021-10-01 08:25:24 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-10-01 08:25:24 +0000 |
commit | de4a7131df182c7e83924f374aa0924da8ccbb6a (patch) | |
tree | 3dd862027e1ccbc44c45cc161d9e161980276952 /docs/ja/config_options.md | |
parent | 1a9e7b95abbae3ca81b40c561850a2a321864418 (diff) | |
parent | e54a57d32a55609727ad9e9ca9c4954f9a727798 (diff) |
Merge remote-tracking branch 'origin/master' into develop
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も参照) |