diff options
author | Tate <wintermydog@gmail.com> | 2022-01-08 21:26:44 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-08 19:26:44 -0800 |
commit | 0acc0924db3be0647aaeb61fc002641f84d18d59 (patch) | |
tree | 9013d0e519b6761a29522934a64966f153546c18 /docs | |
parent | 69510bab8ee882ac80bb85f340b9ac56639bfa77 (diff) | |
download | qmk_firmware-0acc0924db3be0647aaeb61fc002641f84d18d59.tar.gz qmk_firmware-0acc0924db3be0647aaeb61fc002641f84d18d59.zip |
[Docs] Update feature_tap_dance.md (#14931)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/feature_tap_dance.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_tap_dance.md b/docs/feature_tap_dance.md index 40f9802db..6edce651c 100644 --- a/docs/feature_tap_dance.md +++ b/docs/feature_tap_dance.md | |||
@@ -10,7 +10,7 @@ With this feature one can specify keys that behave differently, based on the amo | |||
10 | 10 | ||
11 | First, you will need `TAP_DANCE_ENABLE = yes` in your `rules.mk`, because the feature is disabled by default. This adds a little less than 1k to the firmware size. | 11 | First, you will need `TAP_DANCE_ENABLE = yes` in your `rules.mk`, because the feature is disabled by default. This adds a little less than 1k to the firmware size. |
12 | 12 | ||
13 | Optionally, you might want to set a custom `TAPPING_TERM` time by adding something like this in you `config.h`: | 13 | Optionally, you might want to set a custom `TAPPING_TERM` time by adding something like this in your `config.h` file: |
14 | 14 | ||
15 | ```c | 15 | ```c |
16 | #define TAPPING_TERM 175 | 16 | #define TAPPING_TERM 175 |