Cody McGinnis
4 years ago
4 changed files with 4 additions and 4 deletions
@ -1,5 +1,5 @@
@@ -1,5 +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)>; |
||||
events = <ZMK_MOCK_PRESS(0,1,10) ZMK_MOCK_PRESS(0,0,10) ZMK_MOCK_RELEASE(0,0,10) ZMK_MOCK_RELEASE(0,1,10)>; |
||||
}; |
Loading…
Reference in new issue