diff options
Diffstat (limited to 'keyboards/handwired/dactyl/dactyl.h')
-rw-r--r-- | keyboards/handwired/dactyl/dactyl.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/handwired/dactyl/dactyl.h b/keyboards/handwired/dactyl/dactyl.h index d4c38dcfb..3589e1d3c 100644 --- a/keyboards/handwired/dactyl/dactyl.h +++ b/keyboards/handwired/dactyl/dactyl.h | |||
@@ -7,9 +7,6 @@ | |||
7 | #include "i2cmaster.h" | 7 | #include "i2cmaster.h" |
8 | #include <util/delay.h> | 8 | #include <util/delay.h> |
9 | 9 | ||
10 | #define CPU_PRESCALE(n) (CLKPR = 0x80, CLKPR = (n)) | ||
11 | #define CPU_16MHz 0x00 | ||
12 | |||
13 | #define I2C_ADDR 0b0100000 | 10 | #define I2C_ADDR 0b0100000 |
14 | #define I2C_ADDR_WRITE ( (I2C_ADDR<<1) | I2C_WRITE ) | 11 | #define I2C_ADDR_WRITE ( (I2C_ADDR<<1) | I2C_WRITE ) |
15 | #define I2C_ADDR_READ ( (I2C_ADDR<<1) | I2C_READ ) | 12 | #define I2C_ADDR_READ ( (I2C_ADDR<<1) | I2C_READ ) |