diff options
author | fauxpark <fauxpark@gmail.com> | 2022-02-22 05:21:40 +1100 |
---|---|---|
committer | fauxpark <fauxpark@gmail.com> | 2022-02-22 05:21:40 +1100 |
commit | 145dca0e4913953d64619746d2462bc1569aa9fe (patch) | |
tree | dd263141192b2898f0e9338550c1bc7d5ca996cc /keyboards/dc01/left/matrix.c | |
parent | a5901a6c0d4f5495279467650797a4fa0ac40368 (diff) | |
parent | 31f590066646b0be76d3ba9bb1b38174b46d507f (diff) |
Merge remote-tracking branch 'upstream/master' into develop
Diffstat (limited to 'keyboards/dc01/left/matrix.c')
-rw-r--r-- | keyboards/dc01/left/matrix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/dc01/left/matrix.c b/keyboards/dc01/left/matrix.c index 084978a1fd..3eeb2586bc 100644 --- a/keyboards/dc01/left/matrix.c +++ b/keyboards/dc01/left/matrix.c @@ -411,7 +411,7 @@ static void unselect_cols(void) // Complete rows from other modules over i2c i2c_status_t i2c_transaction(uint8_t address, uint32_t mask, uint8_t col_offset) { - i2c_status_t status = i2c_start(address, 50); + i2c_status_t status = i2c_start(address, 5); if (status < 0) { goto error; } |