aboutsummaryrefslogtreecommitdiff
path: root/keyboards/sx60/sx60.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/sx60/sx60.h')
-rwxr-xr-xkeyboards/sx60/sx60.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/sx60/sx60.h b/keyboards/sx60/sx60.h
index e5a68ef2f..8ead53ee0 100755
--- a/keyboards/sx60/sx60.h
+++ b/keyboards/sx60/sx60.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/* I2C aliases and register addresses (see "mcp23018.md") */ 10/* I2C aliases and register addresses (see "mcp23018.md") */
14#define I2C_ADDR 0b0100000 11#define I2C_ADDR 0b0100000
15#define I2C_ADDR_WRITE ( (I2C_ADDR<<1) | I2C_WRITE ) 12#define I2C_ADDR_WRITE ( (I2C_ADDR<<1) | I2C_WRITE )