Skip to content

Commit

Permalink
Update StreamDeck.ino
Browse files Browse the repository at this point in the history
>BUG>FIX
  • Loading branch information
ableto288 authored Jun 1, 2024
1 parent 54cbac3 commit 4ad769c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/StreamDeck.ino
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ void seleccion_capa() {
estado_encoder_0 = estado_encoder_1;
/*Serial.print("la capa es ");
Serial.print(capa_teclado);*/
delay(120);
delay(300);

if (capa_teclado == 0) {
neopi.setPixelColor(0, 255, 0, 0);
Expand Down

0 comments on commit 4ad769c

Please sign in to comment.