From 2e0659f7fddd4c872b230c4a7d2e2a5517042414 Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Wed, 8 Sep 2021 23:44:18 +0100 Subject: Fixes for recent i2c migrations (#14352) --- keyboards/sx60/sx60.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/sx60/sx60.h') diff --git a/keyboards/sx60/sx60.h b/keyboards/sx60/sx60.h index 507bddf7b0..f533d8e899 100755 --- a/keyboards/sx60/sx60.h +++ b/keyboards/sx60/sx60.h @@ -8,7 +8,7 @@ #include /* I2C aliases and register addresses (see "mcp23018.md") */ -#define I2C_ADDR 0b0100000 +#define I2C_ADDR (0b0100000 << 1) #define I2C_TIMEOUT 100 #define IODIRA 0x00 /* i/o direction register */ #define IODIRB 0x01 -- cgit v1.2.3