summaryrefslogtreecommitdiff
path: root/keyboards/ymd75/ymd75.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/ymd75/ymd75.h')
-rw-r--r--keyboards/ymd75/ymd75.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/keyboards/ymd75/ymd75.h b/keyboards/ymd75/ymd75.h
deleted file mode 100644
index 134f08060f..0000000000
--- a/keyboards/ymd75/ymd75.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#pragma once
-
-#include "quantum.h"
-
-#if defined(KEYBOARD_ymd75_rev1)
- #include "rev1.h"
-#elif defined(KEYBOARD_ymd75_rev2)
- #include "rev2.h"
-#elif defined(KEYBOARD_ymd75_rev3)
- #include "rev3.h"
-#endif