Farbe layer 3 entfernt

This commit is contained in:
Michael Grote 2021-08-25 20:50:25 +02:00
parent 9defb76dad
commit ffa4e73c6d
1 changed files with 3 additions and 3 deletions

View File

@ -118,9 +118,9 @@ while True:
# setze überall farben
keys[k].set_led(*colours[layer])
# setze zusätzlich farben in layer3
if current_layer == 3:
keys[10].set_led(255,255,0) # rot
keys[11].set_led(30,144,255) #blau
#if current_layer == 3:
# keys[10].set_led(255,255,0) # rot
# keys[11].set_led(30,144,255) #blau
# Loop through all of the keys in the layer and if they're pressed, get the
# key code from the layer's key map