mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-02 16:05:09 +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 |