summaryrefslogtreecommitdiff
path: root/keyboards/sx60
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-09-08 22:44:49 +0000
committerQMK Bot <hello@qmk.fm>2021-09-08 22:44:49 +0000
commit38afc7e4cca3d192963c68182f4f80db4e1445cb (patch)
tree3832085f777f40705302c56804f5142b6ff935b8 /keyboards/sx60
parentd977e5d3e90505089feb4fcc6109836e017ef8fd (diff)
parent2e0659f7fddd4c872b230c4a7d2e2a5517042414 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/sx60')
-rwxr-xr-xkeyboards/sx60/sx60.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/sx60/sx60.h b/keyboards/sx60/sx60.h
index 2c0aa8240f..605b6fe78d 100755
--- a/keyboards/sx60/sx60.h
+++ b/keyboards/sx60/sx60.h
@@ -7,7 +7,7 @@
#include <util/delay.h>
/* 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