refactor(boards): Fix Zen v2 DTS spacing inconsistencies

This commit is contained in:
Cem Aksoylar 2022-11-04 15:50:41 -07:00 committed by Pete Johanson
parent a6787b08c7
commit ab65ffc114
5 changed files with 47 additions and 48 deletions

View file

@ -60,7 +60,6 @@
}; };
&adc { &adc {
status = "okay"; status = "okay";
}; };

View file

@ -22,7 +22,7 @@
default_layer { default_layer {
label = "QWERTY"; label = "QWERTY";
// ----------------------------------------------------------------------------------------- // --------------------------------------------------------------------------------
// | TAB | Q | W | E | R | T | | Y | U | I | O | P | BKSP | // | TAB | Q | W | E | R | T | | Y | U | I | O | P | BKSP |
// | CTRL | A | S | D | F | G | | H | J | K | L | ; | ' | // | CTRL | A | S | D | F | G | | H | J | K | L | ; | ' |
// | SHFT | Z | X | C | V | B | | N | M | , | . | / | ESC | // | SHFT | Z | X | C | V | B | | N | M | , | . | / | ESC |
@ -34,6 +34,7 @@
&kp LGUI &mo 1 &kp SPACE &kp RET &mo 2 &kp RALT &kp LGUI &mo 1 &kp SPACE &kp RET &mo 2 &kp RALT
>; >;
}; };
lower_layer { lower_layer {
label = "NUMBER"; label = "NUMBER";
// ----------------------------------------------------------------------------------------- // -----------------------------------------------------------------------------------------

View file

@ -33,7 +33,6 @@
, <&gpio1 9 GPIO_ACTIVE_HIGH> , <&gpio1 9 GPIO_ACTIVE_HIGH>
, <&gpio0 7 GPIO_ACTIVE_HIGH> , <&gpio0 7 GPIO_ACTIVE_HIGH>
; ;
}; };
leds { leds {
@ -56,6 +55,7 @@
&default_transform { &default_transform {
col-offset = <6>; col-offset = <6>;
}; };
&five_column_transform { &five_column_transform {
col-offset = <6>; col-offset = <6>;
}; };
@ -98,7 +98,6 @@
busy-gpios = <&gpio0 14 GPIO_ACTIVE_LOW>; busy-gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
reset-gpios = <&gpio0 25 GPIO_ACTIVE_LOW>; reset-gpios = <&gpio0 25 GPIO_ACTIVE_LOW>;
pwr = [03 00 26 26]; pwr = [03 00 26 26];
//softstart = [17 17 17 17];
cdi = <0xd2>; cdi = <0xd2>;
tcon = <0x22>; tcon = <0x22>;
}; };