Add files via upload
This commit is contained in:
parent
c5780647d8
commit
be2c7aac31
28 changed files with 1883 additions and 0 deletions
13
keyboards/DeltaSplit75/DeltaSplit75.h
Normal file
13
keyboards/DeltaSplit75/DeltaSplit75.h
Normal file
|
@ -0,0 +1,13 @@
|
|||
#ifndef DeltaSplit75_H
|
||||
#define DeltaSplit75_H
|
||||
|
||||
#ifdef SUBPROJECT_V2
|
||||
#include "V2.h"
|
||||
#endif
|
||||
#ifdef SUBPROJECT_ProtoSplit
|
||||
#include "ProtoSplit.h"
|
||||
#endif
|
||||
|
||||
#include "quantum.h"
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue