Browse Source

Remove lingering `I2CD2` usages w/ RP2040 (#19833)

pull/19842/head
jack 1 year ago
committed by GitHub
parent
commit
37fc08af84
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions
  1. +1
    -3
      keyboards/fearherbs1/blue_team_pad/config.h
  2. +1
    -1
      keyboards/nullbitsco/scramble/v2/config.h

+ 1
- 3
keyboards/fearherbs1/blue_team_pad/config.h View File

@ -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

+ 1
- 1
keyboards/nullbitsco/scramble/v2/config.h View File

@ -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

Loading…
Cancel
Save