diff --git a/config/boards/shields/totem/totem.dtsi b/config/boards/shields/totem/totem.dtsi index fda1c67..f57aacf 100644 --- a/config/boards/shields/totem/totem.dtsi +++ b/config/boards/shields/totem/totem.dtsi @@ -31,10 +31,10 @@ diode-direction = "row2col"; row-gpios - = <&xiao_d 1 GPIO_ACTIVE_HIGH> + = <&xiao_d 0 GPIO_ACTIVE_HIGH> + , <&xiao_d 1 GPIO_ACTIVE_HIGH> , <&xiao_d 2 GPIO_ACTIVE_HIGH> , <&xiao_d 3 GPIO_ACTIVE_HIGH> - , <&xiao_d 4 GPIO_ACTIVE_HIGH> ; }; }; \ No newline at end of file diff --git a/config/boards/shields/totem/totem_left.overlay b/config/boards/shields/totem/totem_left.overlay index 8ab009c..e9d9fb2 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 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> - , <&xiao_d 6 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> - , <&xiao_d 11 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> - , <&xiao_d 10 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> + = <&xiao_d 8 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> , <&xiao_d 9 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> + , <&xiao_d 10 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> + , <&xiao_d 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> + , <&xiao_d 4 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> ; -}; \ No newline at end of file +}; diff --git a/config/boards/shields/totem/totem_right.overlay b/config/boards/shields/totem/totem_right.overlay index 11c24bd..510dfc2 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 9 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> - , <&xiao_d 10 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> - , <&xiao_d 11 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> - , <&xiao_d 6 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> + = <&xiao_d 4 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> , <&xiao_d 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> - ; + , <&xiao_d 10 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> + , <&xiao_d 9 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> + , <&xiao_d 8 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> + ; };