forked from kofal.net/zmk
fix(test): change the layout
This commit is contained in:
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)>;
|
||||
};
|
||||
Reference in New Issue
Block a user