forked from kofal.net/zmk
Initial implementation of hold-tap
This commit is contained in:
14
app/tests/hold-tap/balanced/4a-nested/native_posix.keymap
Normal file
14
app/tests/hold-tap/balanced/4a-nested/native_posix.keymap
Normal file
@@ -0,0 +1,14 @@
|
||||
#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,200)
|
||||
ZMK_MOCK_PRESS(0,1,200)
|
||||
/* timer fires */
|
||||
ZMK_MOCK_RELEASE(0,1,10)
|
||||
ZMK_MOCK_RELEASE(0,0,10)
|
||||
>;
|
||||
};
|
||||
Reference in New Issue
Block a user