diff --git a/config/boards/shields/totem/totem_left.overlay b/config/boards/shields/totem/totem_left.overlay index b48bacb..d5659c9 100644 --- a/config/boards/shields/totem/totem_left.overlay +++ b/config/boards/shields/totem/totem_left.overlay @@ -8,10 +8,10 @@ &kscan0 { col-gpios - = <&xiao_d 8 GPIO_ACTIVE_HIGH> - , <&xiao_d 9 GPIO_ACTIVE_HIGH> - , <&xiao_d 10 GPIO_ACTIVE_HIGH> + = <&xiao_d 4 GPIO_ACTIVE_HIGH> , <&xiao_d 5 GPIO_ACTIVE_HIGH> - , <&xiao_d 4 GPIO_ACTIVE_HIGH> + , <&xiao_d 10 GPIO_ACTIVE_HIGH> + , <&xiao_d 9 GPIO_ACTIVE_HIGH> + , <&xiao_d 8 GPIO_ACTIVE_HIGH> ; }; diff --git a/config/boards/shields/totem/totem_right.overlay b/config/boards/shields/totem/totem_right.overlay index c6ab097..65f84f6 100644 --- a/config/boards/shields/totem/totem_right.overlay +++ b/config/boards/shields/totem/totem_right.overlay @@ -12,10 +12,10 @@ &kscan0 { col-gpios - = <&xiao_d 4 GPIO_ACTIVE_HIGH> - , <&xiao_d 5 GPIO_ACTIVE_HIGH> - , <&xiao_d 10 GPIO_ACTIVE_HIGH> + = <&xiao_d 8 GPIO_ACTIVE_HIGH> , <&xiao_d 9 GPIO_ACTIVE_HIGH> - , <&xiao_d 8 GPIO_ACTIVE_HIGH> + , <&xiao_d 10 GPIO_ACTIVE_HIGH> + , <&xiao_d 5 GPIO_ACTIVE_HIGH> + , <&xiao_d 4 GPIO_ACTIVE_HIGH> ; };