fix(shields): Add missing col-offsets for extra transforms
This commit is contained in:
parent
c065d451cb
commit
72624a41fa
6 changed files with 36 additions and 0 deletions
|
@ -10,6 +10,10 @@
|
|||
col-offset = <6>;
|
||||
};
|
||||
|
||||
&five_column_transform {
|
||||
col-offset = <6>;
|
||||
};
|
||||
|
||||
&kscan0 {
|
||||
col-gpios
|
||||
= <&pro_micro 14 GPIO_ACTIVE_HIGH>
|
||||
|
|
|
@ -10,6 +10,14 @@
|
|||
col-offset = <6>;
|
||||
};
|
||||
|
||||
&crkbd_transform {
|
||||
col-offset = <6>;
|
||||
};
|
||||
|
||||
&five_column_transform {
|
||||
col-offset = <6>;
|
||||
};
|
||||
|
||||
&kscan0 {
|
||||
col-gpios
|
||||
= <&pro_micro 16 GPIO_ACTIVE_HIGH>
|
||||
|
|
|
@ -10,6 +10,14 @@
|
|||
col-offset = <6>;
|
||||
};
|
||||
|
||||
&jian_transform {
|
||||
col-offset = <6>;
|
||||
};
|
||||
|
||||
&crkbd_transform {
|
||||
col-offset = <6>;
|
||||
};
|
||||
|
||||
&kscan0 {
|
||||
col-gpios
|
||||
= <&pro_micro 7 GPIO_ACTIVE_HIGH>
|
||||
|
|
|
@ -10,6 +10,14 @@
|
|||
col-offset = <6>;
|
||||
};
|
||||
|
||||
&crkbd_transform {
|
||||
col-offset = <6>;
|
||||
};
|
||||
|
||||
&five_column_transform {
|
||||
col-offset = <6>;
|
||||
};
|
||||
|
||||
&kscan0 {
|
||||
col-gpios
|
||||
= <&pro_micro 14 GPIO_ACTIVE_HIGH>
|
||||
|
|
|
@ -10,6 +10,10 @@
|
|||
col-offset = <8>;
|
||||
};
|
||||
|
||||
&five_column_transform {
|
||||
col-offset = <7>;
|
||||
};
|
||||
|
||||
&kscan0 {
|
||||
row-gpios
|
||||
= <&pro_micro 4 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
|
||||
|
|
|
@ -10,6 +10,10 @@
|
|||
col-offset = <8>;
|
||||
};
|
||||
|
||||
&five_column_transform {
|
||||
col-offset = <7>;
|
||||
};
|
||||
|
||||
&kscan0 {
|
||||
col-gpios
|
||||
= <&pro_micro 10 GPIO_ACTIVE_HIGH>
|
||||
|
|
Loading…
Add table
Reference in a new issue