diff options
author | Xelus22 <17491233+Xelus22@users.noreply.github.com> | 2022-05-17 22:00:26 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-17 13:00:26 +0100 |
commit | 654baebb2c3e1706a20c985dfde35a9b7bd6958a (patch) | |
tree | fe6cd39b31cb7c5f4996e5d8d7eedb1e10b24175 /keyboards/xelus/pachi/rgb/rev2 | |
parent | e9e83b4da73e5594b1f864d78529e85aa5ebefe9 (diff) |
fix non-working builds (#17123)
Diffstat (limited to 'keyboards/xelus/pachi/rgb/rev2')
-rw-r--r-- | keyboards/xelus/pachi/rgb/rev2/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/xelus/pachi/rgb/rev2/config.h b/keyboards/xelus/pachi/rgb/rev2/config.h index a9240da6bb..35a4cf238f 100644 --- a/keyboards/xelus/pachi/rgb/rev2/config.h +++ b/keyboards/xelus/pachi/rgb/rev2/config.h @@ -45,8 +45,8 @@ #define LOCKING_RESYNC_ENABLE // I2C setup -#define I2C1_SCL 6 -#define I2C1_SDA 7 +#define I2C1_SCL_PIN B6 +#define I2C1_SDA_PIN B7 #define I2C1_SCL_PAL_MODE 4 #define I2C1_SDA_PAL_MODE 4 #define I2C1_TIMINGR_PRESC 0U |