summaryrefslogtreecommitdiff
path: root/keyboards/octagon/octagon.h
diff options
context:
space:
mode:
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>2018-08-28 16:52:00 -0700
committerDrashna Jaelre <drashna@live.com>2018-08-28 16:52:00 -0700
commit3916b06168f39233f77a252fbf5f9cfdae3df4fe (patch)
tree672677c365c8d0455328b1ff3b0c32e434a7ab97 /keyboards/octagon/octagon.h
parent444def8411d6ac67203c14ec92f8e33d77330895 (diff)
Putting my ducks in a row: Octagon V1/V2 (#3765)
* Move octagon directory into duck diretory and fix as many compile issues as I can * fix formatting * fix layout75 matrix * edit readme for build instructions
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 d91da2eda8..0000000000
--- 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