diff options
| -rw-r--r-- | docs/tap_hold.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/tap_hold.md b/docs/tap_hold.md index 2dc57f03c..589ec3181 100644 --- a/docs/tap_hold.md +++ b/docs/tap_hold.md | |||
| @@ -32,6 +32,7 @@ uint16_t get_tapping_term(uint16_t keycode, keyrecord_t *record) { | |||
| 32 | return 130; | 32 | return 130; |
| 33 | default: | 33 | default: |
| 34 | return TAPPING_TERM; | 34 | return TAPPING_TERM; |
| 35 | } | ||
| 35 | } | 36 | } |
| 36 | ``` | 37 | ``` |
| 37 | 38 | ||
