summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2021-02-27 14:32:42 -0500
committerPete Johanson <peter@peterjohanson.com>2021-02-27 14:32:42 -0500
commit0f9fff755474750df49bda897094f93d3b167faa (patch)
treeb55cef3191f5f48fc914b70c03f7a195e37a9416 /app
parent32008825fe6893c52ed86c05fc64b780d3088a8f (diff)
Fix the label for the GPIO kscan driver.
Diffstat (limited to 'app')
-rw-r--r--app/drivers/kscan/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/drivers/kscan/Kconfig b/app/drivers/kscan/Kconfig
index dc3580d..555b7b9 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