Bug: flackernde LEDs//flickering LEDs
--- sind an und aus gegangen
This commit is contained in:
parent
93c1d571af
commit
01b1e0579a
1 changed files with 0 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue