summaryrefslogtreecommitdiff
path: root/keyboards/orthodox/orthodox.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/orthodox/orthodox.h')
-rw-r--r--keyboards/orthodox/orthodox.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/keyboards/orthodox/orthodox.h b/keyboards/orthodox/orthodox.h
deleted file mode 100644
index ebf13debb7..0000000000
--- a/keyboards/orthodox/orthodox.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#pragma once
-
-#include "quantum.h"
-
-#ifdef KEYBOARD_orthodox_rev1
- #include "rev1.h"
-#endif
-#ifdef KEYBOARD_orthodox_rev3
-#include "rev3.h"
-#endif
-#ifdef KEYBOARD_orthodox_rev3_teensy
-#include "rev3_teensy.h"
-#endif