summaryrefslogtreecommitdiff
path: root/keyboards/sx60/sx60.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-09-07 15:35:32 +0000
committerQMK Bot <hello@qmk.fm>2021-09-07 15:35:32 +0000
commitaf19461a02b8a5f89d26c448b10984aa0ac19f42 (patch)
treebe484d88bf4d4621355c4fd5f8d30bbd4117e1d1 /keyboards/sx60/sx60.h
parentc669c4376972446f52340584976d935ea9bf23ca (diff)
parent04c0704b280c4847c43b164335e9741b19219131 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/sx60/sx60.h')
-rwxr-xr-xkeyboards/sx60/sx60.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/keyboards/sx60/sx60.h b/keyboards/sx60/sx60.h
index b9575c118c..2c0aa8240f 100755
--- a/keyboards/sx60/sx60.h
+++ b/keyboards/sx60/sx60.h
@@ -3,13 +3,12 @@
#include "quantum.h"
#include <stdint.h>
#include <stdbool.h>
-#include "i2cmaster.h"
+#include "i2c_master.h"
#include <util/delay.h>
/* I2C aliases and register addresses (see "mcp23018.md") */
#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 */