diff --git a/code/code.py b/code/code.py index e08ef1f..d2921c0 100644 --- a/code/code.py +++ b/code/code.py @@ -90,7 +90,7 @@ for k in layers[current_layer].keys(): # longer. short_debounce = 0.03 long_debounce = 0.15 -debounce = 0.03 +debounce = short_debounce fired = False while True: