diff options
Diffstat (limited to 'keyboards/DeltaSplit75/DeltaSplit75.h')
-rw-r--r-- | keyboards/DeltaSplit75/DeltaSplit75.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/keyboards/DeltaSplit75/DeltaSplit75.h b/keyboards/DeltaSplit75/DeltaSplit75.h new file mode 100644 index 0000000000..8931f73a5e --- /dev/null +++ b/keyboards/DeltaSplit75/DeltaSplit75.h @@ -0,0 +1,13 @@ +#ifndef DeltaSplit75_H +#define DeltaSplit75_H + +#ifdef SUBPROJECT_V2 + #include "V2.h" +#endif +#ifdef SUBPROJECT_ProtoSplit + #include "ProtoSplit.h" +#endif + +#include "quantum.h" + +#endif
\ No newline at end of file |