diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-10-01 00:36:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-01 00:36:29 -0400 |
commit | 300b753ced471381c2a595b7248c1523d7984dca (patch) | |
tree | 5369577f8410d9648431c068a76cc58583db496a /app/boards/arm/planck | |
parent | d50c371b30ab423df0b513c07b394c31bf09d391 (diff) | |
parent | c2a861c0e6a731fd92368768a9b07d5feac7d374 (diff) |
Merge pull request #212 from shurikai/zmk-202
Add polling (instead of interrupt) based matrix kscan detection, to avoid interrupt limits on stm32
Diffstat (limited to 'app/boards/arm/planck')
-rw-r--r-- | app/boards/arm/planck/Kconfig.defconfig | 3 |
1 files changed, 3 insertions, 0 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 |