summaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox_ez/ergodox_ez.h
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2018-05-16 04:30:58 +0200
committerJack Humbert <jack.humb@gmail.com>2018-05-16 04:30:58 +0200
commit682555faac8a67deff5688b956165cd1c39389cb (patch)
tree00a0991aed23eee4e2ad3bbcfab202476c7c2676 /keyboards/ergodox_ez/ergodox_ez.h
parent6dc215cd679d54ca2ab985c21c9bb299aca74b01 (diff)
downloadqmk_firmware-682555faac8a67deff5688b956165cd1c39389cb.tar.gz
qmk_firmware-682555faac8a67deff5688b956165cd1c39389cb.tar.xz
i2c fix
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 eda6d767c..3ffc32553 100644
--- a/keyboards/ergodox_ez/ergodox_ez.h
+++ b/keyboards/ergodox_ez/ergodox_ez.h
@@ -4,7 +4,7 @@
#include "quantum.h"
#include <stdint.h>
#include <stdbool.h>
-#include "i2cmaster.h"
+#include "i2c_master.h"
#include <util/delay.h>
#define CPU_PRESCALE(n) (CLKPR = 0x80, CLKPR = (n))