diff options
author | Xelus22 <17491233+Xelus22@users.noreply.github.com> | 2022-05-06 16:15:49 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-06 16:15:49 +1000 |
commit | 49267b135be6f333cf072f1cdb7f822d012bc4b3 (patch) | |
tree | 04273601eb1a3b895dfb91e05ac828928e44699d /keyboards/xelus/rs60/rev2/config.h | |
parent | 890dfebe8ddb971117d48031e4317d5387447b35 (diff) |
[Bug] Fix RS60 Rev2 I2C (#17015)
Diffstat (limited to 'keyboards/xelus/rs60/rev2/config.h')
-rw-r--r-- | keyboards/xelus/rs60/rev2/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/xelus/rs60/rev2/config.h b/keyboards/xelus/rs60/rev2/config.h index cbda2089ef..74258b1289 100644 --- a/keyboards/xelus/rs60/rev2/config.h +++ b/keyboards/xelus/rs60/rev2/config.h @@ -46,7 +46,6 @@ #define LED_CAPS_LOCK_PIN A1 // I2C config -#define I2C_DRIVER I2CD3 #define I2C1_SCL_PIN B8 #define I2C1_SDA_PIN B9 #define I2C1_SCL_PAL_MODE 4 |