mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-21 19:09:25 +00:00
Update docs/tap_hold.md
Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
parent
6674bf3e56
commit
274eaca38e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user