diff options
author | xyxjj <junjie0605@hotmail.com> | 2017-05-31 14:34:28 +0800 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-07-28 10:45:34 -0400 |
commit | be2c7aac31c956caacaba44531463c8083f5199e (patch) | |
tree | 99c6ff3cf9a57d19f90c3db7a0cf4ef7a9a7ce56 /keyboards/DeltaSplit75/DeltaSplit75.h | |
parent | c5780647d8f95fc8c51e2864498fa602c49c90e5 (diff) |
Add files via upload
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 |