Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTrainGoes committed Aug 6, 2023
1 parent c969f0b commit d8d33a9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion configs/DURAL/BoardConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
// 4 - `NOSPLASH` - This will not display a splash screen on boot
// Special note - All of the splash screen images can be changed via `include/bitmaps.h`

#define HAS_I2C_DISPLAY -1
#define HAS_I2C_DISPLAY 0
#define I2C_SDA_PIN 0
#define I2C_SCL_PIN 1
#define I2C_BLOCK i2c0
Expand Down
2 changes: 1 addition & 1 deletion configs/KeyboardConverter/BoardConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
// 4 - `NOSPLASH` - This will not display a splash screen on boot
// Special note - All of the splash screen images can be changed via `include/bitmaps.h`

#define HAS_I2C_DISPLAY -1
#define HAS_I2C_DISPLAY 0
#define I2C_SDA_PIN -1
#define I2C_SCL_PIN -1
#define I2C_BLOCK i2c0
Expand Down
4 changes: 2 additions & 2 deletions configs/PicoAnn/BoardConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@

#define TURBO_LED_PIN -1

#define BOARD_LEDS_PIN 15
#define BOARD_LEDS_PIN -1

#define LED_BRIGHTNESS_MAXIMUM 50
#define LED_BRIGHTNESS_STEPS 5
Expand Down Expand Up @@ -185,7 +185,7 @@
// 4 - `NOSPLASH` - This will not display a splash screen on boot
// Special note - All of the splash screen images can be changed via `include/bitmaps.h`

#define HAS_I2C_DISPLAY 1
#define HAS_I2C_DISPLAY 0
#define I2C_SDA_PIN 26
#define I2C_SCL_PIN 27
#define I2C_BLOCK i2c1
Expand Down
2 changes: 1 addition & 1 deletion configs/Stress/BoardConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
// 4 - `NOSPLASH` - This will not display a splash screen on boot
// Special note - All of the splash screen images can be changed via `include/bitmaps.h`

#define HAS_I2C_DISPLAY -1
#define HAS_I2C_DISPLAY 0
#define I2C_SDA_PIN 0
#define I2C_SCL_PIN 1
#define I2C_BLOCK i2c0
Expand Down

0 comments on commit d8d33a9

Please sign in to comment.