Skip to content

Commit

Permalink
Add call to RGBTool.efi to turn RGB off on spark-b1 after flashing
Browse files Browse the repository at this point in the history
  • Loading branch information
leviport committed Sep 14, 2023
1 parent e154a7f commit 65ee8dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions res/firmware.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,12 @@ if "%2" == "bios" then
# For: thelio-spark-b1
if exist ASRockAfuEfix64.efi then
ASRockAfuEfix64.efi firmware.rom /P /B /N /L

# Turn off RGB (spark-b1 only, so far)
if exist RGBTool.efi then
RGBTool.efi /off
endif

exit %lasterror%
endif

Expand Down

0 comments on commit 65ee8dd

Please sign in to comment.