summaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox_ez/ergodox_ez.h
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2018-06-23 03:26:30 +0200
committerJack Humbert <jack.humb@gmail.com>2018-06-23 03:26:30 +0200
commit6380f8319057d33bb6d07c66789867e49c634504 (patch)
treee469a238792c60c3016e4f8fd4226497451da9e6 /keyboards/ergodox_ez/ergodox_ez.h
parent76e0d23887b8ddc70e9afb30bb7b91e9fec96c35 (diff)
downloadqmk_firmware-6380f8319057d33bb6d07c66789867e49c634504.tar.gz
qmk_firmware-6380f8319057d33bb6d07c66789867e49c634504.tar.xz
refactor, non-working
Diffstat (limited to 'keyboards/ergodox_ez/ergodox_ez.h')
-rw-r--r--keyboards/ergodox_ez/ergodox_ez.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/ergodox_ez/ergodox_ez.h b/keyboards/ergodox_ez/ergodox_ez.h
index 3ffc32553..9086db2fb 100644
--- a/keyboards/ergodox_ez/ergodox_ez.h
+++ b/keyboards/ergodox_ez/ergodox_ez.h
@@ -23,7 +23,7 @@
#define OLATA 0x14 // output latch register
#define OLATB 0x15
-extern uint8_t mcp23018_status;
+extern i2c_status_t mcp23018_status;
void init_ergodox(void);
void ergodox_blink_all_leds(void);