diff options
| author | tsankuanglee <github@tklee.com> | 2017-10-31 11:15:22 -0400 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2017-10-31 11:15:22 -0400 |
| commit | 04b9b62bdc5ed394a06c5c73acdce0b261220e85 (patch) | |
| tree | 53b6a67bdc577f5a1ce50a4b2aad7633a7c29777 /docs/config_options.md | |
| parent | b2bbbc2dfcf21783bd84cb4db9fd96016c2951af (diff) | |
| download | qmk_firmware-04b9b62bdc5ed394a06c5c73acdce0b261220e85.tar.gz qmk_firmware-04b9b62bdc5ed394a06c5c73acdce0b261220e85.zip | |
RETRO_TAPPING (#1922)
* add RETRO_TAP: tap anyway, even after TAP_TERM, if no interruption
* consistent variable name
* add option doc
* change name for consistency
* make RETRO_TAPPING default to off
Diffstat (limited to 'docs/config_options.md')
| -rw-r--r-- | docs/config_options.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/config_options.md b/docs/config_options.md index de67630ad..faa9c6481 100644 --- a/docs/config_options.md +++ b/docs/config_options.md | |||
| @@ -109,6 +109,8 @@ If you define these options you will enable the associated feature, which may in | |||
| 109 | 109 | ||
| 110 | * `#define TAPPING_TERM 200` | 110 | * `#define TAPPING_TERM 200` |
| 111 | * how long before a tap becomes a hold | 111 | * how long before a tap becomes a hold |
| 112 | * `#define RETRO_TAPPING` | ||
| 113 | * tap anyway, even after TAPPING_TERM, if there was no other key interruption between press and release | ||
| 112 | * `#define TAPPING_TOGGLE 2` | 114 | * `#define TAPPING_TOGGLE 2` |
| 113 | * how many taps before triggering the toggle | 115 | * how many taps before triggering the toggle |
| 114 | * `#define PERMISSIVE_HOLD` | 116 | * `#define PERMISSIVE_HOLD` |
