Browse Source

Fix the label for the GPIO kscan driver.

xmkb
Pete Johanson 3 years ago
parent
commit
0f9fff7554
  1. 2
      app/drivers/kscan/Kconfig

2
app/drivers/kscan/Kconfig

@ -2,7 +2,7 @@ @@ -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

Loading…
Cancel
Save