summaryrefslogtreecommitdiff
path: root/app/boards/shields
diff options
context:
space:
mode:
authorJason Chestnut <jchestnut@mak.com>2020-09-24 14:30:47 -0400
committerJason Chestnut <jchestnut@mak.com>2020-09-24 14:30:47 -0400
commit5c4705d465d4b5f742299cf77f549186c9cc7933 (patch)
tree72cc570fa44614d13e3254ac0de671f91b16a41b /app/boards/shields
parent53425aa3c4719908eb8e6ed23057188f4e502237 (diff)
Add new matrix scan flag and implementation in the gpio matrix driver.
Diffstat (limited to 'app/boards/shields')
-rw-r--r--app/boards/shields/clueboard_california/Kconfig.defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/boards/shields/clueboard_california/Kconfig.defconfig b/app/boards/shields/clueboard_california/Kconfig.defconfig
index 2408f9f..e101ea7 100644
--- a/app/boards/shields/clueboard_california/Kconfig.defconfig
+++ b/app/boards/shields/clueboard_california/Kconfig.defconfig
@@ -8,7 +8,7 @@ config ZMK_KEYBOARD_NAME
# across A & B controllers, and STM32F303CCT6 can't enable
# interrutps for multiple controllers for the same "line"
# for the external interrupts.
-config ZMK_KSCAN_GPIO_POLLING
+config ZMK_KSCAN_DIRECT_POLLING
default y
endif