fix(test): change the layout

This commit is contained in:
Cody McGinnis
2020-08-28 16:21:31 -04:00
parent 6cd46b9504
commit f02fa01e9a
14 changed files with 82 additions and 72 deletions

View File

@@ -0,0 +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)>;
};