updated debounce time
This commit is contained in:
parent
c147a82941
commit
ac4e2090b1
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue