Update docs/tap_hold.md

Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
Kit Liu 2024-09-18 22:48:41 +01:00 committed by GitHub
parent 6674bf3e56
commit 274eaca38e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -355,7 +355,7 @@ bool get_permissive_hold(uint16_t keycode, keyrecord_t *record) {
} }
``` ```
As in [the earlier example](#Example), you can filter Mod-Tap/Layer-Mod/One Shot keys by their mods rather than checking such keys manually in a switch-case. (Also applicable to the other following `PER_KEY` functions.) As in the earlier example, you can filter Mod-Tap/Layer-Mod/One Shot keys by their mods rather than checking such keys manually in a switch-case. (Also applicable to the other following `PER_KEY` functions.)
### Hold On Other Key Press ### Hold On Other Key Press