diff options
Diffstat (limited to 'tmk_core/protocol')
| -rw-r--r-- | tmk_core/protocol/arm_atsam/i2c_master.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tmk_core/protocol/arm_atsam/i2c_master.c b/tmk_core/protocol/arm_atsam/i2c_master.c index bbe909e9b..4f5a79e89 100644 --- a/tmk_core/protocol/arm_atsam/i2c_master.c +++ b/tmk_core/protocol/arm_atsam/i2c_master.c | |||
| @@ -289,12 +289,12 @@ uint8_t I2C3733_Init_Drivers(void) | |||
| 289 | //Set up master device | 289 | //Set up master device |
| 290 | i2c_led_send_CRWL(0); | 290 | i2c_led_send_CRWL(0); |
| 291 | i2c_led_select_page(0, 3); | 291 | i2c_led_select_page(0, 3); |
| 292 | i2c_led_send_mode_op_gcr(0, ISSI3733_CR_SYNC_MASTER, ISSI3733_CR_SSD_NORMAL); | 292 | i2c_led_send_mode_op_gcr(0, 0, ISSI3733_CR_SSD_NORMAL); //No SYNC due to brightness mismatch with second driver |
| 293 | 293 | ||
| 294 | //Set up slave device | 294 | //Set up slave device |
| 295 | i2c_led_send_CRWL(1); | 295 | i2c_led_send_CRWL(1); |
| 296 | i2c_led_select_page(1, 3); | 296 | i2c_led_select_page(1, 3); |
| 297 | i2c_led_send_mode_op_gcr(1, ISSI3733_CR_SYNC_SLAVE, ISSI3733_CR_SSD_NORMAL); | 297 | i2c_led_send_mode_op_gcr(1, 0, ISSI3733_CR_SSD_NORMAL); //No SYNC due to brightness mismatch with first driver and slight flicker at rgb values 1,2 |
| 298 | 298 | ||
| 299 | i2c_led_send_CRWL(0); | 299 | i2c_led_send_CRWL(0); |
| 300 | i2c_led_select_page(0, 3); | 300 | i2c_led_select_page(0, 3); |
