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/handwired/dactyl/dactyl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/handwired/dactyl/dactyl.h') 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 -#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