summaryrefslogtreecommitdiff
path: root/app/drivers
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2021-01-28 11:53:18 -0500
committerPete Johanson <peter@peterjohanson.com>2021-02-02 14:04:10 -0500
commit2f352788c13294f842654a1bdcd243fdf051ae3b (patch)
tree8ac88232329effc73ad86aed85ec451704343dfb /app/drivers
parentbcc3d9b5a6acb9f39cdae1544e334ec733c6ad6e (diff)
refactor(kscan): Remove explicit default n from kscan configs.
* Actually allow defaulting yes in other places.
Diffstat (limited to 'app/drivers')
-rw-r--r--app/drivers/kscan/Kconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/drivers/kscan/Kconfig b/app/drivers/kscan/Kconfig
index 654e0ee..dc3580d 100644
--- a/app/drivers/kscan/Kconfig
+++ b/app/drivers/kscan/Kconfig
@@ -10,11 +10,9 @@ if ZMK_KSCAN_GPIO_DRIVER
config ZMK_KSCAN_MATRIX_POLLING
bool "Poll for key event triggers instead of using interrupts on matrix boards."
- default n
config ZMK_KSCAN_DIRECT_POLLING
bool "Poll for key event triggers instead of using interrupts on direct wired boards."
- default n
endif