diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2017-12-19 07:50:58 -0800 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-12-19 10:50:58 -0500 |
commit | 9dd3e08fdd7e84f77692d5d611fb4ac67d6d82ba (patch) | |
tree | 5fe506ead8b4fec5f12cb240a68e88b6519390dd /keyboards/octagon/octagon.h | |
parent | b3bcafcc4bf1314632af822db9ddb1783ebb97cf (diff) |
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.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/octagon/octagon.h b/keyboards/octagon/octagon.h new file mode 100644 index 0000000000..d48a715bbc --- /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 |