refactor(boards): Fix Zen v2 DTS spacing inconsistencies
This commit is contained in:
parent
a6787b08c7
commit
ab65ffc114
5 changed files with 47 additions and 48 deletions
|
@ -60,7 +60,6 @@
|
|||
|
||||
};
|
||||
|
||||
|
||||
&adc {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
default_layer {
|
||||
label = "QWERTY";
|
||||
// -----------------------------------------------------------------------------------------
|
||||
// --------------------------------------------------------------------------------
|
||||
// | TAB | Q | W | E | R | T | | Y | U | I | O | P | BKSP |
|
||||
// | CTRL | A | S | D | F | G | | H | J | K | L | ; | ' |
|
||||
// | 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
|
||||
>;
|
||||
};
|
||||
|
||||
lower_layer {
|
||||
label = "NUMBER";
|
||||
// -----------------------------------------------------------------------------------------
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
, <&gpio1 9 GPIO_ACTIVE_HIGH>
|
||||
, <&gpio0 7 GPIO_ACTIVE_HIGH>
|
||||
;
|
||||
|
||||
};
|
||||
|
||||
leds {
|
||||
|
@ -56,6 +55,7 @@
|
|||
&default_transform {
|
||||
col-offset = <6>;
|
||||
};
|
||||
|
||||
&five_column_transform {
|
||||
col-offset = <6>;
|
||||
};
|
||||
|
@ -98,7 +98,6 @@
|
|||
busy-gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
|
||||
reset-gpios = <&gpio0 25 GPIO_ACTIVE_LOW>;
|
||||
pwr = [03 00 26 26];
|
||||
//softstart = [17 17 17 17];
|
||||
cdi = <0xd2>;
|
||||
tcon = <0x22>;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue