From db437574615237daeadda3f80b6e733522029c9b Mon Sep 17 00:00:00 2001 From: Kurtis Lew Date: Tue, 14 Jun 2022 13:29:52 -0700 Subject: [PATCH] fix(shields): Fix indentation in two_percent_milk.keymap --- .../two_percent_milk/two_percent_milk.keymap | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/app/boards/shields/two_percent_milk/two_percent_milk.keymap b/app/boards/shields/two_percent_milk/two_percent_milk.keymap index 71152de2..04dc4c0d 100644 --- a/app/boards/shields/two_percent_milk/two_percent_milk.keymap +++ b/app/boards/shields/two_percent_milk/two_percent_milk.keymap @@ -4,19 +4,19 @@ * SPDX-License-Identifier: MIT */ - #include - #include - #include +#include +#include +#include - / { - keymap { - compatible = "zmk,keymap"; +/ { + keymap { + compatible = "zmk,keymap"; - default_layer { - bindings = < - &kp X - &kp Z - >; - }; - }; - }; \ No newline at end of file + default_layer { + bindings = < + &kp X + &kp Z + >; + }; + }; +}; \ No newline at end of file