diff --git a/config/sofle.conf b/config/sofle.conf index 35b1799..b796851 100644 --- a/config/sofle.conf +++ b/config/sofle.conf @@ -22,3 +22,7 @@ CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=10 # No sleeping CONFIG_ZMK_SLEEP=n + +# Use GPIO polling instead of edge interrupts for matrix scanning +CONFIG_ZMK_KSCAN_GPIO_POLLING=y +CONFIG_ZMK_KSCAN_GPIO_POLL_INTERVAL_MS=5