aboutsummaryrefslogtreecommitdiff
path: root/keyboards/3w6/rev1/matrix.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/3w6/rev1/matrix.c')
-rw-r--r--keyboards/3w6/rev1/matrix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/3w6/rev1/matrix.c b/keyboards/3w6/rev1/matrix.c
index af3d21067..ae2f96bfa 100644
--- a/keyboards/3w6/rev1/matrix.c
+++ b/keyboards/3w6/rev1/matrix.c
@@ -34,7 +34,7 @@ extern i2c_status_t tca9555_status;
34// All address pins of the tca9555 are connected to the ground 34// All address pins of the tca9555 are connected to the ground
35// | 0 | 1 | 0 | 0 | A2 | A1 | A0 | 35// | 0 | 1 | 0 | 0 | A2 | A1 | A0 |
36// | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 36// | 0 | 1 | 0 | 0 | 0 | 0 | 0 |
37#define I2C_ADDR 0b0100000 37#define I2C_ADDR (0b0100000 << 1)
38 38
39// Register addresses 39// Register addresses
40#define IODIRA 0x06 // i/o direction register 40#define IODIRA 0x06 // i/o direction register