Skip to content

Commit

Permalink
disable rgb when updating
Browse files Browse the repository at this point in the history
  • Loading branch information
NotQuiteApex committed Feb 10, 2024
1 parent d864df8 commit 48bf7bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions firmware/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ int main(void) {
lcd_off();
lcd_clear();
lcd_present();
rgb_clear();
rgb_present();
reset_usb_boot(0, 0);
}

Expand Down

0 comments on commit 48bf7bc

Please sign in to comment.