mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-12 15:05:04 +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 |