summaryrefslogtreecommitdiff
path: root/keyboards/handwired/dactyl/dactyl.h
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2021-09-08 23:44:18 +0100
committerGitHub <noreply@github.com>2021-09-08 15:44:18 -0700
commit2e0659f7fddd4c872b230c4a7d2e2a5517042414 (patch)
tree3ff74ddb4e604102fe843fcc3f8384f4e4673449 /keyboards/handwired/dactyl/dactyl.h
parent9c175f180138558748b0b240e76cb04fa11f9927 (diff)
Fixes for recent i2c migrations (#14352)
Diffstat (limited to 'keyboards/handwired/dactyl/dactyl.h')
-rw-r--r--keyboards/handwired/dactyl/dactyl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/handwired/dactyl/dactyl.h b/keyboards/handwired/dactyl/dactyl.h
index f7be886ac6..a6a043496c 100644
--- a/keyboards/handwired/dactyl/dactyl.h
+++ b/keyboards/handwired/dactyl/dactyl.h
@@ -7,7 +7,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