fix(tests): Fix snapshots to account for formatting changes.

This commit is contained in:
Peter Johanson
2021-11-05 14:41:43 -04:00
committed by Pete Johanson
parent c5ab8a9444
commit 8afe124153
94 changed files with 300 additions and 292 deletions

View 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)>;
};