Skip to content

Commit

Permalink
Fix for led index
Browse files Browse the repository at this point in the history
  • Loading branch information
arntsonl committed Dec 24, 2024
1 parent 47f26a8 commit 9fa75c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configs/OpenCore0/BoardConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
#define PLED4_PIN 27
#define PLED_COLOR ColorGreen

#define TURBO_RGB_INDEX 28
#define TURBO_LED_INDEX 28
#define TURBO_LED_TYPE PLED_TYPE_RGB
#define TURBO_LED_COLOR ColorRed

Expand Down
2 changes: 1 addition & 1 deletion configs/OpenCore0WASD/BoardConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
#define PLED4_PIN 16
#define PLED_COLOR ColorGreen

#define TURBO_RGB_INDEX 17
#define TURBO_LED_INDEX 17
#define TURBO_LED_TYPE PLED_TYPE_RGB
#define TURBO_LED_COLOR ColorRed

Expand Down

0 comments on commit 9fa75c9

Please sign in to comment.