From 1b18d218a9b6ee6ac837fd841de99b0639e017ab Mon Sep 17 00:00:00 2001 From: Ryan Johnston <135160579+Glitch860@users.noreply.github.com> Date: Mon, 18 Nov 2024 13:06:55 -0500 Subject: [PATCH] Update 48Key.overlay Changing diode direction to test built keyboard. --- config/boards/shields/48Key/48Key.overlay | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/boards/shields/48Key/48Key.overlay b/config/boards/shields/48Key/48Key.overlay index b6a89ea..b009253 100644 --- a/config/boards/shields/48Key/48Key.overlay +++ b/config/boards/shields/48Key/48Key.overlay @@ -9,7 +9,7 @@ default_kscan: kscan { compatible = "zmk,kscan-gpio-matrix"; label = "default_kscan"; - diode-direction = "col2row"; + diode-direction = "row2col"; row-gpios = <&gpio1 4 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>, <&gpio1 6 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>,