]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - docs/config_options.md
RETRO_TAPPING (#1922)
[qmk_firmware.git] / docs / config_options.md
index de67630adc4b71e983d21af4ff8a3fcf5b847f69..faa9c6481411edc15491c56cc77240670f9566e3 100644 (file)
@@ -109,6 +109,8 @@ If you define these options you will enable the associated feature, which may in
 
 * `#define TAPPING_TERM 200`
   * how long before a tap becomes a hold
+* `#define RETRO_TAPPING`
+  * tap anyway, even after TAPPING_TERM, if there was no other key interruption between press and release
 * `#define TAPPING_TOGGLE 2`
   * how many taps before triggering the toggle
 * `#define PERMISSIVE_HOLD`