forked from kofal.net/zmk
feat(behavior): Add key toggle
This commit is contained in:
committed by
Pete Johanson
parent
c5922fae56
commit
0d5bb100ba
10
app/tests/keytoggle/kt-press-release/native_posix_64.keymap
Normal file
10
app/tests/keytoggle/kt-press-release/native_posix_64.keymap
Normal 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)
|
||||
>;
|
||||
};
|
||||
Reference in New Issue
Block a user