From 8dcce846352863e5a5d4a8943ef3521d99a844fa Mon Sep 17 00:00:00 2001 From: Jason Chestnut Date: Fri, 25 Sep 2020 11:27:38 -0400 Subject: [PATCH] Add matrix polling config default to y. --- app/boards/arm/preonic/preonic_rev3_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/app/boards/arm/preonic/preonic_rev3_defconfig b/app/boards/arm/preonic/preonic_rev3_defconfig index e34ce002..7a21ad5f 100644 --- a/app/boards/arm/preonic/preonic_rev3_defconfig +++ b/app/boards/arm/preonic/preonic_rev3_defconfig @@ -26,3 +26,4 @@ CONFIG_CLOCK_STM32_PLL_MULTIPLIER=9 CONFIG_CLOCK_STM32_AHB_PRESCALER=1 CONFIG_CLOCK_STM32_APB1_PRESCALER=2 CONFIG_CLOCK_STM32_APB2_PRESCALER=1 +CONFIG_ZMK_KSCAN_MATRIX_POLLING=y