diff options
author | Jack Humbert <jack.humb@gmail.com> | 2018-06-22 21:26:30 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-06-22 21:26:30 -0400 |
commit | 6380f8319057d33bb6d07c66789867e49c634504 (patch) | |
tree | e469a238792c60c3016e4f8fd4226497451da9e6 /keyboards/ergodox_ez/ergodox_ez.h | |
parent | 76e0d23887b8ddc70e9afb30bb7b91e9fec96c35 (diff) | |
download | firmware-6380f8319057d33bb6d07c66789867e49c634504.tar.gz firmware-6380f8319057d33bb6d07c66789867e49c634504.tar.bz2 firmware-6380f8319057d33bb6d07c66789867e49c634504.zip |
refactor, non-working
Diffstat (limited to 'keyboards/ergodox_ez/ergodox_ez.h')
-rw-r--r-- | keyboards/ergodox_ez/ergodox_ez.h | 2 |
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); |