fix(shields): Fix indentation in two_percent_milk.keymap

This commit is contained in:
Kurtis Lew 2022-06-14 13:29:52 -07:00 committed by Pete Johanson
parent 3d2bd01747
commit db43757461
1 changed files with 14 additions and 14 deletions

View File

@ -4,19 +4,19 @@
* SPDX-License-Identifier: MIT * SPDX-License-Identifier: MIT
*/ */
#include <behaviors.dtsi> #include <behaviors.dtsi>
#include <dt-bindings/zmk/keys.h> #include <dt-bindings/zmk/keys.h>
#include <dt-bindings/zmk/bt.h> #include <dt-bindings/zmk/bt.h>
/ { / {
keymap { keymap {
compatible = "zmk,keymap"; compatible = "zmk,keymap";
default_layer { default_layer {
bindings = < bindings = <
&kp X &kp X
&kp Z &kp Z
>; >;
}; };
}; };
}; };