From 0f9fff755474750df49bda897094f93d3b167faa Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Sat, 27 Feb 2021 14:32:42 -0500 Subject: [PATCH] Fix the label for the GPIO kscan driver. --- app/drivers/kscan/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/drivers/kscan/Kconfig b/app/drivers/kscan/Kconfig index dc3580d5..555b7b98 100644 --- a/app/drivers/kscan/Kconfig +++ b/app/drivers/kscan/Kconfig @@ -2,7 +2,7 @@ # SPDX-License-Identifier: MIT config ZMK_KSCAN_GPIO_DRIVER - bool "Enable GPIO kscan driver to simulate key presses" + bool "Enable GPIO kscan driver to detect key presses" default y select GPIO