fix(core): One tick kscan wait on RP2350 (#3255)

Override kscan tick wait time on RP2350 as well, to match RP2040.
This commit is contained in:
Peter Cock
2026-03-19 20:48:06 +00:00
committed by GitHub
parent ff9d326939
commit 9278505975

View File

@@ -61,7 +61,7 @@ config ZMK_KSCAN_MATRIX_WAIT_BEFORE_INPUTS
config ZMK_KSCAN_MATRIX_WAIT_BETWEEN_OUTPUTS
int "Ticks to wait between each output when scanning"
default 1 if SOC_RP2040
default 1 if SOC_RP2040 || SOC_SERIES_RP2350
default 0
help
When iterating over each output to drive it active, read inputs, then set