diff options
author | David Barr <dpbarr@gmail.com> | 2020-10-08 11:09:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-08 11:09:35 +0100 |
commit | 426b25892f2fd6c569b9d0b983fd7fbaff6c9d93 (patch) | |
tree | be74deb9aa5511abf1f9e1ca61704274f8db5be0 /app | |
parent | d5d8d79a76a9fbe65981d4f5455097e5258d1564 (diff) |
rename gpio to direct polling
Diffstat (limited to 'app')
-rw-r--r-- | app/boards/shields/cradio/Kconfig.defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/boards/shields/cradio/Kconfig.defconfig b/app/boards/shields/cradio/Kconfig.defconfig index 46799b9..43509a4 100644 --- a/app/boards/shields/cradio/Kconfig.defconfig +++ b/app/boards/shields/cradio/Kconfig.defconfig @@ -4,7 +4,7 @@ config ZMK_KEYBOARD_NAME default "cradio" -config ZMK_KSCAN_GPIO_POLLING +config ZMK_KSCAN_DIRECT_POLLING default y |