aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Kconfig
diff options
context:
space:
mode:
authorPete Johanson <[email protected]>2021-01-28 11:53:18 -0500
committerPete Johanson <[email protected]>2021-02-02 14:04:10 -0500
commit2f352788c13294f842654a1bdcd243fdf051ae3b (patch)
tree8ac88232329effc73ad86aed85ec451704343dfb /app/Kconfig
parentbcc3d9b5a6acb9f39cdae1544e334ec733c6ad6e (diff)
downloadzmk-2f352788c13294f842654a1bdcd243fdf051ae3b.tar.gz
zmk-2f352788c13294f842654a1bdcd243fdf051ae3b.zip
refactor(kscan): Remove explicit default n from kscan configs.
* Actually allow defaulting yes in other places.
Diffstat (limited to 'app/Kconfig')
-rw-r--r--app/Kconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/Kconfig b/app/Kconfig
index 737895c733..aa6143ce43 100644
--- a/app/Kconfig
+++ b/app/Kconfig
@@ -337,11 +337,9 @@ config ZMK_KSCAN_EVENT_QUEUE_SIZE
config ZMK_KSCAN_MOCK_DRIVER
bool "Enable mock kscan driver to simulate key presses"
- default n
config ZMK_KSCAN_COMPOSITE_DRIVER
bool "Enable composite kscan driver to combine kscan devices"
- default n
#KSCAN Settings
endmenu