From 4bf42201c8989ce1b6cb2c1463462b8bac0066c2 Mon Sep 17 00:00:00 2001 From: Conor Burns Date: Wed, 17 Jan 2024 21:53:07 +0100 Subject: [PATCH] Update totem_left.overlay --- config/boards/shields/totem/totem_left.overlay | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/config/boards/shields/totem/totem_left.overlay b/config/boards/shields/totem/totem_left.overlay index e8735b7..d5659c9 100644 --- a/config/boards/shields/totem/totem_left.overlay +++ b/config/boards/shields/totem/totem_left.overlay @@ -1,7 +1,17 @@ /* - * Copyright (c) 2023 The ZMK Contributors + * Copyright (c) 2022 The ZMK Contributors * * SPDX-License-Identifier: MIT */ #include "totem.dtsi" + +&kscan0 { + col-gpios + = <&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> + ; +};