diff options
author | precondition <57645186+precondition@users.noreply.github.com> | 2022-10-23 00:51:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-22 23:51:24 +0100 |
commit | c012490712b0d09a73769b46bd31b0a5fd434372 (patch) | |
tree | 5b61c367a77827f323761c1b72904d898f182c9a /data/mappings | |
parent | 74484e21afc819b8e20f408aebc5c4e6cfdcc991 (diff) |
Add unit tests for HOLD_ON_OTHER_KEY_PRESS (#18721)
* Add HOLD_ON_OTHER_KEY_PRESS to data/ files
* Add unit tests for HOLD_ON_OTHER_KEY_PRESS
Diffstat (limited to 'data/mappings')
-rw-r--r-- | data/mappings/info_config.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/mappings/info_config.json b/data/mappings/info_config.json index 4559423b25..01f39540d0 100644 --- a/data/mappings/info_config.json +++ b/data/mappings/info_config.json @@ -29,6 +29,8 @@ "DYNAMIC_KEYMAP_LAYER_COUNT": {"info_key": "dynamic_keymap.layer_count", "value_type": "int"}, "IGNORE_MOD_TAP_INTERRUPT": {"info_key": "tapping.ignore_mod_tap_interrupt", "value_type": "bool"}, "IGNORE_MOD_TAP_INTERRUPT_PER_KEY": {"info_key": "tapping.ignore_mod_tap_interrupt_per_key", "value_type": "bool"}, + "HOLD_ON_OTHER_KEY_PRESS": {"info_key": "tapping.hold_on_other_key_press", "value_type": "bool"}, + "HOLD_ON_OTHER_KEY_PRESS_PER_KEY": {"info_key": "tapping.hold_on_other_key_press_per_key", "value_type": "bool"}, "LAYOUTS": {"info_key": "layout_aliases", "value_type": "mapping"}, "LEADER_PER_KEY_TIMING": {"info_key": "leader_key.timing", "value_type": "bool"}, "LEADER_KEY_STRICT_KEY_PROCESSING": {"info_key": "leader_key.strict_processing", "value_type": "bool"}, |