mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-11 14:40:06 +00:00
f1dbf72e09
Also updated readme to have correct capitalization.
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 |