diff options
| author | QMK Bot | 2021-01-25 06:38:32 +0100 |
|---|---|---|
| committer | QMK Bot | 2021-01-25 06:38:32 +0100 |
| commit | cce7b91cb1c6f9805a962ca45e3b73a2295ed302 (patch) | |
| tree | 90a6109b8e47280201351f998f03e7bef9924bbe /keyboards/handwired/pill60 | |
| parent | 9579e92451687f24adbee580ac2a2ba15e589b2a (diff) | |
| parent | c65aecc53adfc1c2cae11acdc4fb973792061767 (diff) | |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/handwired/pill60')
| -rw-r--r-- | keyboards/handwired/pill60/config.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/keyboards/handwired/pill60/config.h b/keyboards/handwired/pill60/config.h index d9940c77c2..16147e584b 100644 --- a/keyboards/handwired/pill60/config.h +++ b/keyboards/handwired/pill60/config.h @@ -44,10 +44,3 @@ #define ENCODERS_PAD_B \ { B8 } #define ENCODER_RESOLUTION 2 - -/* OLED */ -#define I2C_DRIVER I2CD1 -#define I2C1_SCL_BANK GPIOB -#define I2C1_SDA_BANK GPIOB -#define I2C1_SCL 6 -#define I2C1_SDA 7 |