summaryrefslogtreecommitdiff
path: root/app/boards/shields
diff options
context:
space:
mode:
authorJason Chestnut <jason.chestnut@gmail.com>2020-09-23 16:05:29 -0400
committerJason Chestnut <jason.chestnut@gmail.com>2020-09-25 11:49:07 -0400
commitcca8337f0562afbfb11de5af92ba5dc3c9334991 (patch)
tree72fa6be81292ab88530ba5f459273406b1b8580b /app/boards/shields
parent7b53ee51fc9cee61980b424e96a7bddde8dd0c94 (diff)
Add support to GPIO matrix driver for matrix polling, rather than interrupt-based IO.
- Add ZMK_KSCAN_MATRIX_POLLING config flag to Kconfig - Update matrix driver code to use the above flag to conditionally add the handling code for polling operations.
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