Browse Source

Add missing bracket for Tap-Hold code sample (#9675)

The `TAPPING_TERM_PER_KEY` code sample is missing a closing bracket.
This adds it.
pull/9678/head
Matthew Tse 3 years ago
committed by GitHub
parent
commit
038a86a9b8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      docs/tap_hold.md

+ 1
- 0
docs/tap_hold.md View File

@ -32,6 +32,7 @@ uint16_t get_tapping_term(uint16_t keycode, keyrecord_t *record) {
return 130;
default:
return TAPPING_TERM;
}
}
```


Loading…
Cancel
Save