test(behavior): Add alt-tab test and modded alpha test for toggle key

Uses multiple toggles of modifier keys overlapping each other.
This commit is contained in:
Caleb Goates
2022-05-04 22:30:02 -06:00
committed by Pete Johanson
parent 0977be622a
commit 6dc436cb23
10 changed files with 148 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#include "../behavior_keymap.dtsi"
&kscan {
events = <
ZMK_MOCK_PRESS(0,0,10)
ZMK_MOCK_RELEASE(0,0,10)
ZMK_MOCK_PRESS(0,0,10)
ZMK_MOCK_RELEASE(0,0,10)
>;
};