Bug: flackernde LEDs//flickering LEDs

---
sind an und aus gegangen
This commit is contained in:
Michael Grote 2021-08-25 10:13:23 +02:00
parent 93c1d571af
commit 01b1e0579a
1 changed files with 0 additions and 7 deletions

View File

@ -107,13 +107,6 @@ while True:
for k in layers[layer].keys():
keys[k].set_led(*colours[layer])
# Turn off the layer selector LEDs if the modifier isn't held
else:
for layer in layers.keys():
keys[layer].led_off()
# Give some visual feedback for the modifier key
keys[0].set_led(0, 255, 25)
# Loop through all of the keys in the layer and if they're pressed, get the
# key code from the layer's key map