diff --git a/config/boards/shields/totem/totem_left.overlay b/config/boards/shields/totem/totem_left.overlay index ae4d4c9..b48bacb 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 | GPIO_PULL_UP)> - , <&xiao_d 9 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)> - , <&xiao_d 10 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)> - , <&xiao_d 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)> - , <&xiao_d 4 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)> + = <&xiao_d 8 GPIO_ACTIVE_HIGH> + , <&xiao_d 9 GPIO_ACTIVE_HIGH> + , <&xiao_d 10 GPIO_ACTIVE_HIGH> + , <&xiao_d 5 GPIO_ACTIVE_HIGH> + , <&xiao_d 4 GPIO_ACTIVE_HIGH> ; }; diff --git a/config/boards/shields/totem/totem_right.overlay b/config/boards/shields/totem/totem_right.overlay index 4ea0c22..c6ab097 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 | GPIO_PULL_UP)> - , <&xiao_d 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)> - , <&xiao_d 10 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)> - , <&xiao_d 9 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)> - , <&xiao_d 8 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)> + = <&xiao_d 4 GPIO_ACTIVE_HIGH> + , <&xiao_d 5 GPIO_ACTIVE_HIGH> + , <&xiao_d 10 GPIO_ACTIVE_HIGH> + , <&xiao_d 9 GPIO_ACTIVE_HIGH> + , <&xiao_d 8 GPIO_ACTIVE_HIGH> ; };