diff options
author | Jason Chestnut <jchestnut@mak.com> | 2020-09-24 14:30:47 -0400 |
---|---|---|
committer | Jason Chestnut <jchestnut@mak.com> | 2020-09-24 14:30:47 -0400 |
commit | 5c4705d465d4b5f742299cf77f549186c9cc7933 (patch) | |
tree | 72cc570fa44614d13e3254ac0de671f91b16a41b /app/boards | |
parent | 53425aa3c4719908eb8e6ed23057188f4e502237 (diff) |
Add new matrix scan flag and implementation in the gpio matrix driver.
Diffstat (limited to 'app/boards')
-rw-r--r-- | app/boards/arm/planck/Kconfig.defconfig | 3 | ||||
-rw-r--r-- | app/boards/shields/clueboard_california/Kconfig.defconfig | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/app/boards/arm/planck/Kconfig.defconfig b/app/boards/arm/planck/Kconfig.defconfig index 6f5bf52..913c1c1 100644 --- a/app/boards/arm/planck/Kconfig.defconfig +++ b/app/boards/arm/planck/Kconfig.defconfig @@ -11,4 +11,7 @@ config ZMK_KEYBOARD_NAME config ZMK_USB default y +config ZMK_KSCAN_MATRIX_POLLING + default y + endif # BOARD_PLANCK_REV6 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 |