summaryrefslogtreecommitdiffstats
path: root/keyboard/ergodox_ez/ergodox_ez.h
diff options
context:
space:
mode:
authorChristopher Browne <cbbrowne@ca.afilias.info>2016-05-26 15:17:00 -0400
committerChristopher Browne <cbbrowne@ca.afilias.info>2016-05-26 15:17:00 -0400
commitd649ab34334ff568448c47a04fcf40f1aa960135 (patch)
tree4cc848e8892b21839da14d7b9ac628f6cfbefadf /keyboard/ergodox_ez/ergodox_ez.h
parent48871b9b6b99201abc381ee27cfd94e211ca131a (diff)
parent89f0472b9e1c751034a745898fd495bbd49f2b66 (diff)
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Diffstat (limited to 'keyboard/ergodox_ez/ergodox_ez.h')
-rw-r--r--keyboard/ergodox_ez/ergodox_ez.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/keyboard/ergodox_ez/ergodox_ez.h b/keyboard/ergodox_ez/ergodox_ez.h
index 1e446baf6f..402abc167b 100644
--- a/keyboard/ergodox_ez/ergodox_ez.h
+++ b/keyboard/ergodox_ez/ergodox_ez.h
@@ -1,13 +1,9 @@
#ifndef ERGODOX_EZ_H
#define ERGODOX_EZ_H
-#include "matrix.h"
-#include "keymap_common.h"
-#include "backlight.h"
-#include <stddef.h>
+#include "quantum.h"
#include <stdint.h>
#include <stdbool.h>
-#include <avr/io.h>
#include "i2cmaster.h"
#include <util/delay.h>