mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-14 12:34:39 +00:00
13 lines
No EOL
188 B
C
13 lines
No EOL
188 B
C
#ifndef DeltaSplit75_H
|
|
#define DeltaSplit75_H
|
|
|
|
#ifdef SUBPROJECT_V2
|
|
#include "V2.h"
|
|
#endif
|
|
#ifdef SUBPROJECT_ProtoSplit
|
|
#include "ProtoSplit.h"
|
|
#endif
|
|
|
|
#include "quantum.h"
|
|
|
|
#endif |