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/handwired | |
parent | d977e5d3e90505089feb4fcc6109836e017ef8fd (diff) | |
parent | 2e0659f7fddd4c872b230c4a7d2e2a5517042414 (diff) | |
download | qmk_firmware-38afc7e4cca3d192963c68182f4f80db4e1445cb.tar.gz qmk_firmware-38afc7e4cca3d192963c68182f4f80db4e1445cb.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/handwired')
-rw-r--r-- | keyboards/handwired/dactyl/dactyl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/handwired/dactyl/dactyl.h b/keyboards/handwired/dactyl/dactyl.h index fe45d16681..b901b67673 100644 --- a/keyboards/handwired/dactyl/dactyl.h +++ b/keyboards/handwired/dactyl/dactyl.h @@ -6,7 +6,7 @@ #include "i2c_master.h" #include <util/delay.h> -#define I2C_ADDR 0b0100000 +#define I2C_ADDR (0b0100000 << 1) #define I2C_TIMEOUT 100 #define IODIRA 0x00 // i/o direction register #define IODIRB 0x01 |