updated debounce time

This commit is contained in:
Iaphetes 2025-09-14 20:34:50 +02:00
parent c147a82941
commit ac4e2090b1

View file

@ -12,7 +12,8 @@ chip = "rp2040"
# output_pins = ["PIN_19", "PIN_20", "PIN_21"] # output_pins = ["PIN_19", "PIN_20", "PIN_21"]
# WARNING: Currently row2col/col2row is set in RMK's feature gate, configs here do nothing actually # WARNING: Currently row2col/col2row is set in RMK's feature gate, configs here do nothing actually
# row2col = true # row2col = true
[rmk]
debounce_time = 40
[layout] [layout]
rows = 4 rows = 4
cols = 14 cols = 14