Skip to content

Commit

Permalink
Added configs for Open Core0 and Open Core0 WASD! Happy Holidays Train!!
Browse files Browse the repository at this point in the history
  • Loading branch information
arntsonl committed Dec 24, 2024
1 parent 7d2bcb3 commit 47f26a8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
9 changes: 9 additions & 0 deletions configs/OpenCore0/BoardConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,15 @@
#define PLED4_PIN 27
#define PLED_COLOR ColorGreen

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

#define CASE_RGB_TYPE CASE_RGB_TYPE_STATIC
#define CASE_RGB_INDEX 29
#define CASE_RGB_COUNT 20
#define CASE_RGB_COLOR ColorGreen

#define HAS_I2C_DISPLAY 1
#define I2C0_ENABLED 1
#define I2C0_PIN_SDA 0
Expand Down
10 changes: 9 additions & 1 deletion configs/OpenCore0WASD/BoardConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,17 @@
#define PLED2_PIN 14
#define PLED3_PIN 15
#define PLED4_PIN 16

#define PLED_COLOR ColorGreen

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

#define CASE_RGB_TYPE CASE_RGB_TYPE_STATIC
#define CASE_RGB_INDEX 18
#define CASE_RGB_COUNT 20
#define CASE_RGB_COLOR ColorGreen

#define HAS_I2C_DISPLAY 1
#define I2C0_ENABLED 1
#define I2C0_PIN_SDA 0
Expand Down

0 comments on commit 47f26a8

Please sign in to comment.