summaryrefslogtreecommitdiffstats
path: root/keyboards/aeboards/ext65/rev2/rev2.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/aeboards/ext65/rev2/rev2.c')
-rw-r--r--keyboards/aeboards/ext65/rev2/rev2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/aeboards/ext65/rev2/rev2.c b/keyboards/aeboards/ext65/rev2/rev2.c
index 998a91ccfc..6fe2d469dc 100644
--- a/keyboards/aeboards/ext65/rev2/rev2.c
+++ b/keyboards/aeboards/ext65/rev2/rev2.c
@@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "rev2.h"
+#include "quantum.h"
// Tested and verified working on ext65rev2
void matrix_io_delay(void) { __asm__ volatile("nop\nnop\nnop\n"); }