mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-23 17:06:52 +06: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 |