feat(test): add testing for transparent
This commit is contained in:
parent
a722cbcea3
commit
e2f77f25c8
7 changed files with 42 additions and 0 deletions
1
app/tests/transparent/normal/events.patterns
Normal file
1
app/tests/transparent/normal/events.patterns
Normal file
|
|
@ -0,0 +1 @@
|
|||
s/.*hid_listener_keycode/kp/p
|
||||
0
app/tests/transparent/normal/keycode_events.snapshot
Normal file
0
app/tests/transparent/normal/keycode_events.snapshot
Normal file
8
app/tests/transparent/normal/native_posix.keymap
Normal file
8
app/tests/transparent/normal/native_posix.keymap
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#include <dt-bindings/zmk/keys.h>
|
||||
#include <behaviors.dtsi>
|
||||
#include <dt-bindings/zmk/kscan-mock.h>
|
||||
#include "../behavior_keymap.dtsi"
|
||||
|
||||
&kscan {
|
||||
events = <ZMK_MOCK_PRESS(0,0,10) ZMK_MOCK_RELEASE(0,0,10)>;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue