Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Commit

Permalink
Update bruce.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
pr3y authored Mar 27, 2024
1 parent 3a8141b commit 2ca5dad
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions bruce.ino
Original file line number Diff line number Diff line change
Expand Up @@ -306,9 +306,8 @@ struct QRCODE {

QRCODE qrcodes[] = {
{ "Back", "" },
{ "Rickroll", "https://youtu.be/dQw4w9WgXcQ"},
{ "HackerTyper", "https://hackertyper.net/"},
{ "ZomboCom", "https://html5zombo.com/"},
{ "Boitatech", "https://discord.gg/boitatech"},
{ "hackingtroop", "https://discord.gg/672DkENvf4/"},
};


Expand Down Expand Up @@ -2785,7 +2784,7 @@ void setup() {
EEPROM.write(1, 15); // 15 second auto dim time
EEPROM.write(2, 100); // 100% brightness
EEPROM.write(3, 0); // TVBG NA Region
EEPROM.write(4, 11); // FGColor Green
EEPROM.write(4, 6); // FGColor Purple c:<
EEPROM.write(5, 1); // BGcolor Black
EEPROM.commit();
}
Expand Down

0 comments on commit 2ca5dad

Please sign in to comment.