aboutsummaryrefslogtreecommitdiff
path: root/keyboards/eco/eco.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/eco/eco.h')
-rw-r--r--keyboards/eco/eco.h14
1 files changed, 5 insertions, 9 deletions
diff --git a/keyboards/eco/eco.h b/keyboards/eco/eco.h
index 211e41fe8..885bf982d 100644
--- a/keyboards/eco/eco.h
+++ b/keyboards/eco/eco.h
@@ -1,13 +1,9 @@
1#ifndef ECO_H 1#pragma once
2#define ECO_H
3 2
4#ifdef KEYBOARD_eco_rev1 3#if defined(KEYBOARD_eco_rev1)
5 #include "rev1.h" 4# include "rev1.h"
6#endif 5#elif defined(KEYBOARD_eco_rev2)
7#ifdef KEYBOARD_eco_rev2 6# include "rev2.h"
8 #include "rev2.h"
9#endif 7#endif
10 8
11#include "quantum.h" 9#include "quantum.h"
12
13#endif