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) { return 130; default: return TAPPING_TERM; + } } ```