diff options
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 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 |