summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorPascal Getreuer <50221757+getreuer@users.noreply.github.com>2025-11-11 03:27:12 -0800
committerGitHub <noreply@github.com>2025-11-11 22:27:12 +1100
commitefc5d63383b64291f25c8377bcfae8178dd63302 (patch)
tree6da3bafb3a53f478acae6d007cf94f90a2f26057 /data
parent2af9aac61c70b543f29f658984ea66993cc3db04 (diff)
[Core] Speculative Hold option for mod-taps: hold mods instantly while unsettled. (#25572)
Diffstat (limited to 'data')
-rw-r--r--data/mappings/info_config.hjson1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/mappings/info_config.hjson b/data/mappings/info_config.hjson
index 1c6e86d876..8a0c93e5ac 100644
--- a/data/mappings/info_config.hjson
+++ b/data/mappings/info_config.hjson
@@ -224,6 +224,7 @@
224 "PERMISSIVE_HOLD_PER_KEY": {"info_key": "tapping.permissive_hold_per_key", "value_type": "flag"}, 224 "PERMISSIVE_HOLD_PER_KEY": {"info_key": "tapping.permissive_hold_per_key", "value_type": "flag"},
225 "RETRO_TAPPING": {"info_key": "tapping.retro", "value_type": "flag"}, 225 "RETRO_TAPPING": {"info_key": "tapping.retro", "value_type": "flag"},
226 "RETRO_TAPPING_PER_KEY": {"info_key": "tapping.retro_per_key", "value_type": "flag"}, 226 "RETRO_TAPPING_PER_KEY": {"info_key": "tapping.retro_per_key", "value_type": "flag"},
227 "SPECULATIVE_HOLD": {"info_key": "tapping.speculative_hold", "value_type": "flag"},
227 "TAP_CODE_DELAY": {"info_key": "qmk.tap_keycode_delay", "value_type": "int"}, 228 "TAP_CODE_DELAY": {"info_key": "qmk.tap_keycode_delay", "value_type": "int"},
228 "TAP_HOLD_CAPS_DELAY": {"info_key": "qmk.tap_capslock_delay", "value_type": "int"}, 229 "TAP_HOLD_CAPS_DELAY": {"info_key": "qmk.tap_capslock_delay", "value_type": "int"},
229 "TAPPING_TERM": {"info_key": "tapping.term", "value_type": "int"}, 230 "TAPPING_TERM": {"info_key": "tapping.term", "value_type": "int"},