forked from kofal.net/zmk
feat(sticky keys): initial implementation
This commit is contained in:
committed by
Pete Johanson
parent
bee45f9b3a
commit
76a6d7b4c5
13
app/tests/sticky-keys/1-os-dn-up/native_posix.keymap
Normal file
13
app/tests/sticky-keys/1-os-dn-up/native_posix.keymap
Normal file
@@ -0,0 +1,13 @@
|
||||
#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,10)
|
||||
ZMK_MOCK_RELEASE(0,0,1200)
|
||||
ZMK_MOCK_PRESS(1,0,10)
|
||||
ZMK_MOCK_RELEASE(1,0,10)
|
||||
>;
|
||||
};
|
||||
Reference in New Issue
Block a user