diff options
author | Xelus22 <17491233+Xelus22@users.noreply.github.com> | 2021-11-28 12:12:04 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-28 12:12:04 +1100 |
commit | eaf17b32601f28e0e40f8a9ff0e081fa91d15c53 (patch) | |
tree | 59b250b83ff865715368d4f6500e54aaa9150847 /keyboards/xelus/valor/rev2 | |
parent | 88fe5c16a5cdca5e3cf13ef3cd91f5f1e4898c37 (diff) |
[Bug] Xelus Keyboards 400kHz i2c fix (#15315)
* 400khz fix
* fix valor rev2 timing
* keep consistent
Diffstat (limited to 'keyboards/xelus/valor/rev2')
-rw-r--r-- | keyboards/xelus/valor/rev2/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/xelus/valor/rev2/config.h b/keyboards/xelus/valor/rev2/config.h index 5956914c8a..8201373d23 100644 --- a/keyboards/xelus/valor/rev2/config.h +++ b/keyboards/xelus/valor/rev2/config.h @@ -52,10 +52,10 @@ #define I2C1_SCL_PAL_MODE 4 #define I2C1_SDA_PAL_MODE 4 #define I2C1_TIMINGR_PRESC 0U -#define I2C1_TIMINGR_SCLDEL 11U +#define I2C1_TIMINGR_SCLDEL 7U #define I2C1_TIMINGR_SDADEL 0U -#define I2C1_TIMINGR_SCLH 14U -#define I2C1_TIMINGR_SCLL 42U +#define I2C1_TIMINGR_SCLH 45U +#define I2C1_TIMINGR_SCLL 149U // I2C EEPROM #define EEPROM_I2C_24LC64 |