feat(behavior): Add key toggle
This commit is contained in:
parent
c5922fae56
commit
0d5bb100ba
12 changed files with 159 additions and 1 deletions
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)
|
||||
>;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue