summaryrefslogtreecommitdiff
path: root/keyboard/ergodox_ez/ergodox_ez.h
diff options
context:
space:
mode:
authorErez Zukerman2016-05-24 22:37:25 -0400
committerErez Zukerman2016-05-24 22:37:38 -0400
commitf4a426a0b1817dcf865cb5303184cd693074e9b3 (patch)
treecf26a71b1cc4c77d501f5f5a78e8496274af6afb /keyboard/ergodox_ez/ergodox_ez.h
parent287eb7ad148abc8fe3fb014218d71e205fd9131d (diff)
[Erez & Jack] Documents new Leader key functionality
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 1e446baf6..402abc167 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>