From 61ba04afe4306a1921cc9032aa8aaea3c3a0e503 Mon Sep 17 00:00:00 2001 From: schwarzgrau Date: Tue, 8 Nov 2022 02:18:42 +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 8478758..f4e2b7f 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_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)> + = <&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