]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/deltasplit75/deltasplit75.h
Added to blank spaces at end of protosplit to make it compile under make v2
[qmk_firmware.git] / keyboards / deltasplit75 / deltasplit75.h
1 #ifndef DELTASPLIT75_H
2 #define DELTASPLIT75_H
3
4 #ifdef SUBPROJECT_v2
5     #include "v2.h"
6 #endif
7 #ifdef SUBPROJECT_protosplit
8     #include "protosplit.h"
9 #endif
10
11 #include "quantum.h"
12
13 #endif