forked from zmkfirmware/zmk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust failing tap tance test for the new combo behavior
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
td_binding_pressed: 2 created new tap dance | ||
td_binding_pressed: 2 tap dance pressed | ||
td_binding_released: 2 tap dance keybind released | ||
kp_pressed: usage_page 0x07 keycode 0x1E implicit_mods 0x00 explicit_mods 0x00 | ||
kp_released: usage_page 0x07 keycode 0x1E implicit_mods 0x00 explicit_mods 0x00 | ||
td_binding_pressed: 1 created new tap dance | ||
td_binding_pressed: 1 tap dance pressed | ||
kp_pressed: usage_page 0x07 keycode 0x16 implicit_mods 0x00 explicit_mods 0x00 | ||
td_binding_released: 2 tap dance keybind released | ||
kp_released: usage_page 0x07 keycode 0x1E implicit_mods 0x00 explicit_mods 0x00 | ||
td_binding_released: 1 tap dance keybind released | ||
kp_released: usage_page 0x07 keycode 0x16 implicit_mods 0x00 explicit_mods 0x00 |