mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-14 20:44:38 +00:00
13 lines
188 B
C
13 lines
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
|