mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-11 02:59:09 +00:00
c71b60c82a
To follow convention.
13 lines
No EOL
200 B
C
13 lines
No EOL
200 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 |