aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/eco/config.h
diff options
context:
space:
mode:
authorRyan2023-03-16 10:18:33 +0100
committerGitHub2023-03-16 10:18:33 +0100
commit9dbee3e23d28e5f61384bbb5650505a572022341 (patch)
treebfa5fae549305e780fb81ce7275ced1f808a7e36 /keyboards/eco/config.h
parent72da3ee63e110392bebaa64dd7d862fb99097505 (diff)
Remove useless "ifdef KEYBOARD_*" (#20078)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'keyboards/eco/config.h')
-rw-r--r--keyboards/eco/config.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/keyboards/eco/config.h b/keyboards/eco/config.h
index ce0e92216f..b9449c4714 100644
--- a/keyboards/eco/config.h
+++ b/keyboards/eco/config.h
@@ -37,10 +37,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
//#define NO_ACTION_LAYER
//#define NO_ACTION_TAPPING
//#define NO_ACTION_ONESHOT
-
-#ifdef SUBPROJECT_rev1
- #include "rev1/config.h"
-#endif
-#ifdef SUBPROJECT_rev2
- #include "rev2/config.h"
-#endif