Update column GPIOs for the left half

This commit is contained in:
Marco Massarelli 2024-01-07 16:33:19 -05:00 committed by GitHub
parent 5dc6b01c1c
commit 94b75d8289
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -2,11 +2,11 @@
&kscan0 {
col-gpios
= <&pro_micro 19 GPIO_ACTIVE_HIGH> // col1 in the schematic
, <&pro_micro 18 GPIO_ACTIVE_HIGH> // col2 in the schematic
, <&pro_micro 15 GPIO_ACTIVE_HIGH> // col3 in the schematic
, <&pro_micro 14 GPIO_ACTIVE_HIGH> // col4 in the schematic
, <&pro_micro 16 GPIO_ACTIVE_HIGH> // col5 in the schematic
, <&pro_micro 10 GPIO_ACTIVE_HIGH> // col6 in the schematic
= <&pro_micro 21 GPIO_ACTIVE_HIGH> // col0 in ergogen
, <&pro_micro 20 GPIO_ACTIVE_HIGH> // col1 in ergogen
, <&pro_micro 19 GPIO_ACTIVE_HIGH> // col2 in ergogen
, <&pro_micro 18 GPIO_ACTIVE_HIGH> // col3 in ergogen
, <&pro_micro 15 GPIO_ACTIVE_HIGH> // col4 in ergogen
, <&pro_micro 14 GPIO_ACTIVE_HIGH> // col5 in ergogen
;
};
};