Refactor(boards): cleanup pins and keys

Remove unmapped keys from matrix, remap transform in line with this, unmap associated IO, bring keymap in line with manual
This commit is contained in:
ReFil
2023-05-25 21:42:01 +01:00
parent 8c143179ca
commit e407190556
6 changed files with 48 additions and 58 deletions
+2 -3
View File
@@ -25,8 +25,7 @@
;
col-gpios
= <&gpio1 14 GPIO_ACTIVE_HIGH>
, <&gpio0 12 GPIO_ACTIVE_HIGH>
= <&gpio0 12 GPIO_ACTIVE_HIGH>
, <&gpio1 9 GPIO_ACTIVE_HIGH>
, <&gpio0 7 GPIO_ACTIVE_HIGH>
, <&gpio1 11 GPIO_ACTIVE_HIGH>
@@ -50,5 +49,5 @@
};
&default_transform {
col-offset = <11>;
col-offset = <10>;
};