forked from kofal.net/zmk
fix(shields): Add missing col-offsets for extra transforms
This commit is contained in:
committed by
Pete Johanson
parent
c065d451cb
commit
72624a41fa
@@ -10,6 +10,10 @@
|
|||||||
col-offset = <6>;
|
col-offset = <6>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&five_column_transform {
|
||||||
|
col-offset = <6>;
|
||||||
|
};
|
||||||
|
|
||||||
&kscan0 {
|
&kscan0 {
|
||||||
col-gpios
|
col-gpios
|
||||||
= <&pro_micro 14 GPIO_ACTIVE_HIGH>
|
= <&pro_micro 14 GPIO_ACTIVE_HIGH>
|
||||||
|
|||||||
@@ -10,6 +10,14 @@
|
|||||||
col-offset = <6>;
|
col-offset = <6>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&crkbd_transform {
|
||||||
|
col-offset = <6>;
|
||||||
|
};
|
||||||
|
|
||||||
|
&five_column_transform {
|
||||||
|
col-offset = <6>;
|
||||||
|
};
|
||||||
|
|
||||||
&kscan0 {
|
&kscan0 {
|
||||||
col-gpios
|
col-gpios
|
||||||
= <&pro_micro 16 GPIO_ACTIVE_HIGH>
|
= <&pro_micro 16 GPIO_ACTIVE_HIGH>
|
||||||
|
|||||||
@@ -10,6 +10,14 @@
|
|||||||
col-offset = <6>;
|
col-offset = <6>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&jian_transform {
|
||||||
|
col-offset = <6>;
|
||||||
|
};
|
||||||
|
|
||||||
|
&crkbd_transform {
|
||||||
|
col-offset = <6>;
|
||||||
|
};
|
||||||
|
|
||||||
&kscan0 {
|
&kscan0 {
|
||||||
col-gpios
|
col-gpios
|
||||||
= <&pro_micro 7 GPIO_ACTIVE_HIGH>
|
= <&pro_micro 7 GPIO_ACTIVE_HIGH>
|
||||||
|
|||||||
@@ -10,6 +10,14 @@
|
|||||||
col-offset = <6>;
|
col-offset = <6>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&crkbd_transform {
|
||||||
|
col-offset = <6>;
|
||||||
|
};
|
||||||
|
|
||||||
|
&five_column_transform {
|
||||||
|
col-offset = <6>;
|
||||||
|
};
|
||||||
|
|
||||||
&kscan0 {
|
&kscan0 {
|
||||||
col-gpios
|
col-gpios
|
||||||
= <&pro_micro 14 GPIO_ACTIVE_HIGH>
|
= <&pro_micro 14 GPIO_ACTIVE_HIGH>
|
||||||
|
|||||||
@@ -10,6 +10,10 @@
|
|||||||
col-offset = <8>;
|
col-offset = <8>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&five_column_transform {
|
||||||
|
col-offset = <7>;
|
||||||
|
};
|
||||||
|
|
||||||
&kscan0 {
|
&kscan0 {
|
||||||
row-gpios
|
row-gpios
|
||||||
= <&pro_micro 4 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
|
= <&pro_micro 4 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
|
||||||
|
|||||||
@@ -10,6 +10,10 @@
|
|||||||
col-offset = <8>;
|
col-offset = <8>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&five_column_transform {
|
||||||
|
col-offset = <7>;
|
||||||
|
};
|
||||||
|
|
||||||
&kscan0 {
|
&kscan0 {
|
||||||
col-gpios
|
col-gpios
|
||||||
= <&pro_micro 10 GPIO_ACTIVE_HIGH>
|
= <&pro_micro 10 GPIO_ACTIVE_HIGH>
|
||||||
|
|||||||
Reference in New Issue
Block a user