From f1d5153059a9d86a87c29e9750260cf649d7b792 Mon Sep 17 00:00:00 2001 From: schwarzgrau Date: Tue, 8 Nov 2022 02:13:16 +0100 Subject: [PATCH] Update totem.dtsi --- config/boards/shields/totem/totem.dtsi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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