summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorStefan Kerkmann <karlk90@pm.me>2023-04-06 01:04:23 +0200
committerGitHub <noreply@github.com>2023-04-06 00:04:23 +0100
commit73b376a88151d03d43e0eca8242faa4bad199ac0 (patch)
tree5a904ef2e75c3ac2b69ff6b6a80ce661fb303d5c /docs
parent71159275597d49fde16cd6643d106223415b0451 (diff)
[Chore] Remove stray mod tap interrupt defines and per key functions (#20347)
* Remove stray defines and per key functions * Remove defunct get_ignore_mod_tap_interrupt declaration
Diffstat (limited to 'docs')
-rw-r--r--docs/zh-cn/mod_tap.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/zh-cn/mod_tap.md b/docs/zh-cn/mod_tap.md
index 5bf18a1527..9dc59bfb79 100644
--- a/docs/zh-cn/mod_tap.md
+++ b/docs/zh-cn/mod_tap.md
@@ -117,8 +117,6 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
}
```
-在数字及字母键上使用Mod-Tap时推荐启用 `IGNORE_MOD_TAP_INTERRUPT`,以避免在快速按下下一个键时保持功能优先级。参见[忽略Mod Tap中断](zh-cn/tap_hold.md#ignore-mod-tap-interrupt)。
-
### 同时改变点击和按住功能
最后一个例子通过 `LT(0,KC_NO)` 实现了点击复制,按住粘贴的功能: