fix(test): change the layout
This commit is contained in:
parent
6cd46b9504
commit
f02fa01e9a
14 changed files with 82 additions and 72 deletions
5
app/tests/keypress/cp-press-release/native_posix.keymap
Normal file
5
app/tests/keypress/cp-press-release/native_posix.keymap
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#include "../behavior_keymap.dtsi"
|
||||
|
||||
&kscan {
|
||||
events = <ZMK_MOCK_PRESS(0,1,300) ZMK_MOCK_PRESS(0,0,300) ZMK_MOCK_RELEASE(0,0,300) ZMK_MOCK_RELEASE(0,1,300)>;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue