From a66e1805c4a56eee47c57baea9b9f3a58d5f4621 Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Wed, 26 Jun 2024 19:54:50 -0500 Subject: [PATCH] fix default_kscan --- config/boards/shields/ninepad/ninepad.overlay | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/boards/shields/ninepad/ninepad.overlay b/config/boards/shields/ninepad/ninepad.overlay index 92c3f8e..432a645 100644 --- a/config/boards/shields/ninepad/ninepad.overlay +++ b/config/boards/shields/ninepad/ninepad.overlay @@ -1,11 +1,11 @@ - #include +#include / { chosen { - zmk,kscan = &kscan0; + zmk,kscan = &default_kscan; zmk,matrix_transform = &default_transform; - /delete-property/ zephyr,console; - /delete-property/ zephyr,shell-uart; + /delete-property/ zephyr,console; + /delete-property/ zephyr,shell-uart; }; default_kscan: kscan { @@ -20,7 +20,7 @@ ; row-gpios - = <&gpio0 4 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> + = <&gpio0 4 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> , <&gpio0 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> , <&gpio0 6 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> ; @@ -36,5 +36,5 @@ RC(2,0) RC(2,1) RC(2,2) >; }; - }; +