fix non-working builds (#17123)

This commit is contained in:
Xelus22 2022-05-17 22:00:26 +10:00 committed by GitHub
parent e9e83b4da7
commit 654baebb2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 5 deletions

View File

@ -21,7 +21,7 @@
#define PRODUCT_ID 0x5052 // "PR" #define PRODUCT_ID 0x5052 // "PR"
#define DEVICE_VER 0x0001 #define DEVICE_VER 0x0001
#define MANUFACTURER Xelus #define MANUFACTURER Xelus
#define PRODUCT Xelus Pachi RGB Rev 1 #define PRODUCT Xelus Pachi RGB Rev1
/* key matrix size */ /* key matrix size */
#define MATRIX_ROWS 6 #define MATRIX_ROWS 6
@ -45,8 +45,8 @@
#define LOCKING_RESYNC_ENABLE #define LOCKING_RESYNC_ENABLE
// I2C setup // I2C setup
#define I2C1_SCL 8 #define I2C1_SCL_PIN B8
#define I2C1_SDA 9 #define I2C1_SDA_PIN B9
#define I2C1_SCL_PAL_MODE 4 #define I2C1_SCL_PAL_MODE 4
#define I2C1_SDA_PAL_MODE 4 #define I2C1_SDA_PAL_MODE 4
#define I2C1_TIMINGR_PRESC 0U #define I2C1_TIMINGR_PRESC 0U
@ -58,6 +58,9 @@
// I2C EEPROM // I2C EEPROM
#define EEPROM_I2C_24LC64 #define EEPROM_I2C_24LC64
// More EEPROM for layers
#define DYNAMIC_KEYMAP_EEPROM_MAX_ADDR 8191
// RGB Matrix defines // RGB Matrix defines
#define DRIVER_ADDR_1 0b0110000 #define DRIVER_ADDR_1 0b0110000

View File

@ -45,8 +45,8 @@
#define LOCKING_RESYNC_ENABLE #define LOCKING_RESYNC_ENABLE
// I2C setup // I2C setup
#define I2C1_SCL 6 #define I2C1_SCL_PIN B6
#define I2C1_SDA 7 #define I2C1_SDA_PIN B7
#define I2C1_SCL_PAL_MODE 4 #define I2C1_SCL_PAL_MODE 4
#define I2C1_SDA_PAL_MODE 4 #define I2C1_SDA_PAL_MODE 4
#define I2C1_TIMINGR_PRESC 0U #define I2C1_TIMINGR_PRESC 0U