Skip to content

Commit

Permalink
Remove lingering I2CD2 usages w/ RP2040 (qmk#19833)
Browse files Browse the repository at this point in the history
  • Loading branch information
waffle87 committed Feb 13, 2023
1 parent 896d9aa commit 37fc08a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions keyboards/fearherbs1/blue_team_pad/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@

#pragma once

#include "config_common.h"

#ifdef OLED_ENABLE
#define I2C1_SCL_PIN GP27
#define I2C1_SDA_PIN GP26
#define I2C_DRIVER I2CD2
#define I2C_DRIVER I2CD1
#define OLED_DISPLAY_128X32
#define OLED_BRIGHTNESS 128
#endif
2 changes: 1 addition & 1 deletion keyboards/nullbitsco/scramble/v2/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RP2040_FLASH_GENERIC_03H
#define I2C1_SDA_PIN GP26
#define I2C1_SCL_PIN GP27
#define I2C_DRIVER I2CD2
#define I2C_DRIVER I2CD1

0 comments on commit 37fc08a

Please sign in to comment.