summaryrefslogtreecommitdiffstats
path: root/keyboards/octagon/octagon.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/octagon/octagon.h')
-rw-r--r--keyboards/octagon/octagon.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/keyboards/octagon/octagon.h b/keyboards/octagon/octagon.h
deleted file mode 100644
index d91da2eda..000000000
--- a/keyboards/octagon/octagon.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef OCTAGON_H
-#define OCTAGON_H
-
-#include "quantum.h"
-
-#ifdef KEYBOARD_octagon_v1
- #include "v1.h"
-#endif
-
-#ifdef KEYBOARD_octagon_v2
- #include "v2.h"
-#endif
-
-#endif