diff --git a/boards/shields/corney_island/corney_island_right.overlay b/boards/shields/corney_island/corney_island_right.overlay index 967e667..903931a 100644 --- a/boards/shields/corney_island/corney_island_right.overlay +++ b/boards/shields/corney_island/corney_island_right.overlay @@ -6,11 +6,11 @@ &kscan0 { col-gpios - = <&pro_micro 10 GPIO_ACTIVE_HIGH> // col6 in the schematic - , <&pro_micro 16 GPIO_ACTIVE_HIGH> // col5 in the schematic - , <&pro_micro 14 GPIO_ACTIVE_HIGH> // col4 in the schematic - , <&pro_micro 15 GPIO_ACTIVE_HIGH> // col3 in the schematic - , <&pro_micro 18 GPIO_ACTIVE_HIGH> // col2 in the schematic - , <&pro_micro 19 GPIO_ACTIVE_HIGH> // col1 in the schematic + = <&pro_micro 14 GPIO_ACTIVE_HIGH> // col5 in ergogen + , <&pro_micro 15 GPIO_ACTIVE_HIGH> // col4 in ergogen + , <&pro_micro 18 GPIO_ACTIVE_HIGH> // col3 in ergogen + , <&pro_micro 19 GPIO_ACTIVE_HIGH> // col2 in ergogen + , <&pro_micro 20 GPIO_ACTIVE_HIGH> // col1 in ergogen + , <&pro_micro 21 GPIO_ACTIVE_HIGH> // col0 in ergogen ; -}; \ No newline at end of file +};