diff options
author | QMK Bot <hello@qmk.fm> | 2021-09-08 22:44:49 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-09-08 22:44:49 +0000 |
commit | 38afc7e4cca3d192963c68182f4f80db4e1445cb (patch) | |
tree | 3832085f777f40705302c56804f5142b6ff935b8 /keyboards/sx60 | |
parent | d977e5d3e90505089feb4fcc6109836e017ef8fd (diff) | |
parent | 2e0659f7fddd4c872b230c4a7d2e2a5517042414 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/sx60')
-rwxr-xr-x | keyboards/sx60/sx60.h | 2 |
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 |