tweak timings for combos
This commit is contained in:
parent
aab24eb341
commit
6d227bfea3
|
@ -62,6 +62,7 @@ class ArduxKeyboard(KMKKeyboard):
|
||||||
|
|
||||||
# Combos
|
# Combos
|
||||||
self.combo_module = Combos()
|
self.combo_module = Combos()
|
||||||
|
self.combo_module.timeout = 175
|
||||||
self.modules.append(self.combo_module)
|
self.modules.append(self.combo_module)
|
||||||
|
|
||||||
# One Shot
|
# One Shot
|
||||||
|
|
Loading…
Reference in a new issue