diff options
author | QMK Bot <hello@qmk.fm> | 2021-09-08 01:23:43 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-09-08 01:23:43 +0000 |
commit | f6b0484f0f92647e14b738a04c21a689b3b86fe3 (patch) | |
tree | 1d1866f2bd6ea94cb92654b5d5e6c2964083c6a8 /keyboards/handwired/dactyl/dactyl.h | |
parent | af19461a02b8a5f89d26c448b10984aa0ac19f42 (diff) | |
parent | 60c5bd7b5e0e75f48d9731118b92a3add3342efd (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/handwired/dactyl/dactyl.h')
-rw-r--r-- | keyboards/handwired/dactyl/dactyl.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/keyboards/handwired/dactyl/dactyl.h b/keyboards/handwired/dactyl/dactyl.h index cf53dce8fd..fe45d16681 100644 --- a/keyboards/handwired/dactyl/dactyl.h +++ b/keyboards/handwired/dactyl/dactyl.h @@ -3,12 +3,11 @@ #include "quantum.h" #include <stdint.h> #include <stdbool.h> -#include "i2cmaster.h" +#include "i2c_master.h" #include <util/delay.h> #define I2C_ADDR 0b0100000 -#define I2C_ADDR_WRITE ( (I2C_ADDR<<1) | I2C_WRITE ) -#define I2C_ADDR_READ ( (I2C_ADDR<<1) | I2C_READ ) +#define I2C_TIMEOUT 100 #define IODIRA 0x00 // i/o direction register #define IODIRB 0x01 #define GPPUA 0x0C // GPIO pull-up resistor register |