diff options
Diffstat (limited to 'app/drivers')
-rw-r--r-- | app/drivers/kscan/Kconfig | 2 |
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 |