summaryrefslogtreecommitdiffstats
path: root/keyboards/octagon/octagon.h
diff options
context:
space:
mode:
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>2017-12-19 16:50:58 +0100
committerJack Humbert <jack.humb@gmail.com>2017-12-19 16:50:58 +0100
commit9dd3e08fdd7e84f77692d5d611fb4ac67d6d82ba (patch)
tree5fe506ead8b4fec5f12cb240a68e88b6519390dd /keyboards/octagon/octagon.h
parentb3bcafcc4bf1314632af822db9ddb1783ebb97cf (diff)
downloadqmk_firmware-9dd3e08fdd7e84f77692d5d611fb4ac67d6d82ba.tar.gz
qmk_firmware-9dd3e08fdd7e84f77692d5d611fb4ac67d6d82ba.tar.xz
Octagon V2 Refactor (#2170)
* rename octagon_v2 directory to octagon directory * Move octagon_v2 files to v2 sub-directory * Edit readme files * setup header files for building multiple versions of the Duck Octagon. * Changes as per Jack's PR 2170 comments
Diffstat (limited to 'keyboards/octagon/octagon.h')
-rw-r--r--keyboards/octagon/octagon.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/octagon/octagon.h b/keyboards/octagon/octagon.h
new file mode 100644
index 000000000..d48a715bb
--- /dev/null
+++ b/keyboards/octagon/octagon.h
@@ -0,0 +1,10 @@
+#ifndef OCTAGON_H
+#define OCTAGON_H
+
+#include "quantum.h"
+
+#ifdef KEYBOARD_octagon_v2
+ #include "v2.h"
+#endif
+
+#endif