diff --git a/config/boards/shields/totem/totem.dtsi b/config/boards/shields/totem/totem.dtsi index 73c4f93..8478758 100644 --- a/config/boards/shields/totem/totem.dtsi +++ b/config/boards/shields/totem/totem.dtsi @@ -30,10 +30,10 @@ label = "KSCAN"; diode-direction = "col2row"; row-gpios - = <&xiao_d 0 GPIO_ACTIVE_DOWN> - , <&xiao_d 1 GPIO_ACTIVE_DOWN> - , <&xiao_d 2 GPIO_ACTIVE_DOWN> - , <&xiao_d 3 GPIO_ACTIVE_DOWN> + = <&xiao_d 0 GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> + , <&xiao_d 1 GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> + , <&xiao_d 2 GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> + , <&xiao_d 3 GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> ; }; }; \ No newline at end of file