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
*/
#include <behaviors.dtsi>
#include <dt-bindings/zmk/keys.h>
#include <dt-bindings/zmk/bt.h>
#include <behaviors.dtsi>
#include <dt-bindings/zmk/keys.h>
#include <dt-bindings/zmk/bt.h>
/ {
keymap {
compatible = "zmk,keymap";
/ {
keymap {
compatible = "zmk,keymap";
default_layer {
bindings = <
&kp X
&kp Z
>;
};
};
};
default_layer {
bindings = <
&kp X
&kp Z
>;
};
};
};