forked from kofal.net/zmk
fix(tests): Fix snapshots to account for formatting changes.
This commit is contained in:
committed by
Pete Johanson
parent
c5ab8a9444
commit
8afe124153
8
app/tests/none/normal/native_posix_64.keymap
Normal file
8
app/tests/none/normal/native_posix_64.keymap
Normal file
@@ -0,0 +1,8 @@
|
||||
#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,10)>;
|
||||
};
|
||||
Reference in New Issue
Block a user