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
This commit is contained in:
precondition 2022-10-23 00:51:24 +02:00 committed by GitHub
parent 74484e21af
commit c012490712
Failed to generate hash of commit
5 changed files with 465 additions and 0 deletions

View file

@ -586,6 +586,8 @@
"force_hold_per_key": {"type": "boolean"},
"ignore_mod_tap_interrupt": {"type": "boolean"},
"ignore_mod_tap_interrupt_per_key": {"type": "boolean"},
"hold_on_other_key_press": {"type": "boolean"},
"hold_on_other_key_press_per_key": {"type": "boolean"},
"permissive_hold": {"type": "boolean"},
"permissive_hold_per_key": {"type": "boolean"},
"retro": {"type": "boolean"},