summaryrefslogtreecommitdiff
path: root/docs/ja/config_options.md
diff options
context:
space:
mode:
authorzk-phi <zk-phi@users.noreply.github.com>2020-01-10 16:48:06 +0900
committerridingqwerty <george.g.koenig@gmail.com>2020-01-10 02:48:06 -0500
commit7f388b65530b06779089be6cb4ddc56b2ecb36ff (patch)
tree19cf455d8ca3ae379304ea212d5b3d85917137b9 /docs/ja/config_options.md
parente34af631c2c4b0c9406dead907bf74b460ee9f7f (diff)
Add per-key IGNORE_MOD_TAP_INTERRUPT feature (#7838)
* Implement IGNORE_MOD_TAP_INTERRUPT_PER_KEY - Add configurable option IGNORE_MOD_TAP_INTERRUPT_PER_KEY - Add function get_ignore_mod_tap_interrupt iff the option is enabled Unless IGNORE_MOD_TAP_INTERRUPT_PER_KEY is defined, this patch does not affect the resulting binary. * Add documentation for IGNORE_MOD_TAP_INTERRUPT_PER_KEY
Diffstat (limited to 'docs/ja/config_options.md')
-rw-r--r--docs/ja/config_options.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ja/config_options.md b/docs/ja/config_options.md
index a3816f16d7..6cdbd2cf1f 100644
--- a/docs/ja/config_options.md
+++ b/docs/ja/config_options.md
@@ -148,6 +148,8 @@ QMK での全ての利用可能な設定にはデフォルトがあります。
* `#define IGNORE_MOD_TAP_INTERRUPT`
* 両方のキーに `TAPPING_TERM` を適用することで、ホールド時に他のキーに変換するキーを使ってローリングコンボ (zx) をすることができるようにします
* 詳細は [Mod tap interrupt](ja/feature_advanced_keycodes.md#ignore-mod-tap-interrupt) を見てください
+* `#define IGNORE_MOD_TAP_INTERRUPT_PER_KEY`
+ * キーごとの `IGNORE_MOD_TAP_INTERRUPT` 設定の処理を有効にします
* `#define TAPPING_FORCE_HOLD`
* タップされた直後に、デュアルロールキーを修飾子として使用できるようにします
* [Hold after tap](ja/feature_advanced_keycodes.md#tapping-force-hold)を見てください