summaryrefslogtreecommitdiffstats
path: root/docs/tap_hold.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tap_hold.md')
-rw-r--r--docs/tap_hold.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/tap_hold.md b/docs/tap_hold.md
index 2dc57f03c2..589ec31816 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) {
return 130;
default:
return TAPPING_TERM;
+ }
}
```