1
0
mirror of https://github.com/tcaxle/zmk-config.git synced 2026-02-20 11:15:16 +00:00

added GPIO polling

This commit is contained in:
Charlie Crossley
2026-02-02 13:31:28 +00:00
parent 9104e9a3d3
commit 5ae72e2446

View File

@@ -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