From 91f0e99bd2835f74966b09c8752ff964bdf72786 Mon Sep 17 00:00:00 2001 From: schwarzgrau Date: Sun, 13 Nov 2022 22:36:23 +0100 Subject: [PATCH] overlay row invert --- config/boards/shields/totem/totem_left.overlay | 8 ++++---- config/boards/shields/totem/totem_right.overlay | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/config/boards/shields/totem/totem_left.overlay b/config/boards/shields/totem/totem_left.overlay index b48bacb..d5659c9 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> - , <&xiao_d 9 GPIO_ACTIVE_HIGH> - , <&xiao_d 10 GPIO_ACTIVE_HIGH> + = <&xiao_d 4 GPIO_ACTIVE_HIGH> , <&xiao_d 5 GPIO_ACTIVE_HIGH> - , <&xiao_d 4 GPIO_ACTIVE_HIGH> + , <&xiao_d 10 GPIO_ACTIVE_HIGH> + , <&xiao_d 9 GPIO_ACTIVE_HIGH> + , <&xiao_d 8 GPIO_ACTIVE_HIGH> ; }; diff --git a/config/boards/shields/totem/totem_right.overlay b/config/boards/shields/totem/totem_right.overlay index c6ab097..65f84f6 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> - , <&xiao_d 5 GPIO_ACTIVE_HIGH> - , <&xiao_d 10 GPIO_ACTIVE_HIGH> + = <&xiao_d 8 GPIO_ACTIVE_HIGH> , <&xiao_d 9 GPIO_ACTIVE_HIGH> - , <&xiao_d 8 GPIO_ACTIVE_HIGH> + , <&xiao_d 10 GPIO_ACTIVE_HIGH> + , <&xiao_d 5 GPIO_ACTIVE_HIGH> + , <&xiao_d 4 GPIO_ACTIVE_HIGH> ; };