diff options
Diffstat (limited to 'keyboards/handwired/frenchdev/frenchdev.h')
-rw-r--r-- | keyboards/handwired/frenchdev/frenchdev.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/handwired/frenchdev/frenchdev.h b/keyboards/handwired/frenchdev/frenchdev.h index 1df399088..d608fe9f0 100644 --- a/keyboards/handwired/frenchdev/frenchdev.h +++ b/keyboards/handwired/frenchdev/frenchdev.h | |||
@@ -6,9 +6,6 @@ | |||
6 | #include "i2c_master.h" | 6 | #include "i2c_master.h" |
7 | #include <util/delay.h> | 7 | #include <util/delay.h> |
8 | 8 | ||
9 | #define CPU_PRESCALE(n) (CLKPR = 0x80, CLKPR = (n)) | ||
10 | #define CPU_16MHz 0x00 | ||
11 | |||
12 | // I2C aliases and register addresses (see "mcp23018.md" on tmk repository) | 9 | // I2C aliases and register addresses (see "mcp23018.md" on tmk repository) |
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 ) |