]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - docs/config_options.md
Custom Tapping Term per key (#5009)
[qmk_firmware.git] / docs / config_options.md
index ad42e978020193f3cfa324bb1b111f18318f10c3..c5131a84145db89c9d177aa41ce97a0f2c565da2 100644 (file)
@@ -126,6 +126,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, if set above 500, a key tapped during the tapping term will turn it into a hold too
+* `#define TAPPING_TERM_PER_KEY`
+  * enables handling for per key `TAPPING_TERM` settings
 * `#define RETRO_TAPPING`
   * tap anyway, even after TAPPING_TERM, if there was no other key interruption between press and release
   * See [Retro Tapping](feature_advanced_keycodes.md#retro-tapping) for details