Compare commits
2 commits
aab24eb341
...
b223a2be91
Author | SHA1 | Date | |
---|---|---|---|
b223a2be91 | |||
6d227bfea3 |
1
.gitignote
Normal file
1
.gitignote
Normal file
|
@ -0,0 +1 @@
|
|||
**/.#*
|
|
@ -1 +0,0 @@
|
|||
mcrosson@DENGUE.864:1681301098
|
|
@ -62,6 +62,7 @@ class ArduxKeyboard(KMKKeyboard):
|
|||
|
||||
# Combos
|
||||
self.combo_module = Combos()
|
||||
self.combo_module.timeout = 175
|
||||
self.modules.append(self.combo_module)
|
||||
|
||||
# One Shot
|
||||
|
|
Loading…
Reference in a new issue